Added same annotations to platform specific JsonIgnore as expected annotation has

This commit is contained in:
dankito 2024-08-27 02:17:22 +02:00
parent 37c575a1af
commit b65658910c
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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