Package com.google.j2objc.annotations
Annotation Type 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.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the Objective-C protocol to use in place of the type in adapter methods.- Default:
""
-