HidesFromObjC

Meta-annotation that instructs the Kotlin compiler to remove the annotated function or property from the public Objective-C API.

Annotation processors that refine the public Objective-C API can annotate their annotations with this meta-annotation to have the original declarations automatically removed from the public API.

Note: only annotations with AnnotationTarget.FUNCTION and/or AnnotationTarget.PROPERTY are supported.

Since Kotlin

1.0

Meta-annotation that instructs the Kotlin compiler to remove the annotated function or property from the public Objective-C API.

Annotation processors that refine the public Objective-C API can annotate their annotations with this meta-annotation to have the original declarations automatically removed from the public API.

Note: only annotations with AnnotationTarget.FUNCTION and/or AnnotationTarget.PROPERTY are supported.

Since Kotlin

1.3