HidesFromObjC

@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
expect annotation class HidesFromObjC(source)

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.2