Annotation Type ObjectiveCAdapterProtocol


@Target(TYPE) @Retention(CLASS) public @interface ObjectiveCAdapterProtocol
Annotation applicable to classes and interface that indicates the Objective-C protocol that should be used in for methods annotated with ObjectiveCAdapterMethod that specify RETURN_ADAPTER_PROTOCOLS. The specified protocol can be a transpiled Java interface or a native protocol added via the ObjectiveCNativeProtocol annotation.