Annotation Type ObjectiveCNativeProtocol


@Target(TYPE) @Retention(CLASS) @Repeatable(ObjectiveCNativeProtocols.class) public @interface ObjectiveCNativeProtocol
Annotation applicable to classes and interfaces that adds a Objective-C protocol and optional associated header to the declaration. This allows Java classes to conform to Objective-C native protocols.