Added same annotations to platform specific JsonIgnore as expected annotation has
This commit is contained in:
parent
37c575a1af
commit
b65658910c
|
@ -1,3 +1,5 @@
|
|||
package net.codinux.banking.client.model.config
|
||||
|
||||
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY_GETTER)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
actual annotation class JsonIgnore
|
|
@ -1,3 +1,5 @@
|
|||
package net.codinux.banking.client.model.config
|
||||
|
||||
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY_GETTER)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
actual annotation class JsonIgnore
|
|
@ -1,3 +1,5 @@
|
|||
package net.codinux.banking.client.model.config
|
||||
|
||||
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY_GETTER)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
actual annotation class JsonIgnore
|
Loading…
Reference in New Issue