Class ObjCProtocolProxyPlugin


public class ObjCProtocolProxyPlugin
extends AbstractCompilerPlugin
CompilerPlugin which generates proxy classes for Objective-C protocol interfaces. The proxy class implements all @Method and @Property methods of an interface and all its superinterfaces. We need these proxy classes as peers for Objective-C protocols which don't have a dedicated Java peer class (e.g. when the class implementing the Objective-C protocol isn't exposed).
  • Field Details

  • Constructor Details

    • ObjCProtocolProxyPlugin

      public ObjCProtocolProxyPlugin()
  • Method Details