Ignore
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR] )
This annotation prevents the annotated member of an exported class from being exported. It is experimental, meaning the restrictions described above are subject to change.
Since Kotlin
1.8@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR] )
The annotation prevents exporting the annotated member of an exported class. This annotation is experimental, meaning that the restrictions mentioned above are subject to change.
Since Kotlin
1.8@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR] )