public class io.vertx.serviceproxy.generator.ServiceProxyProcessor extends io.vertx.codegen.CodeGenProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.serviceproxy.generator.ServiceProxyProcessor
  super_class: io.vertx.codegen.CodeGenProcessor
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.serviceproxy.generator.ServiceProxyProcessor this
         0: .line 30
            aload 0 /* this */
            invokespecial io.vertx.codegen.CodeGenProcessor.<init>:()V
            return
        end local 0 // io.vertx.serviceproxy.generator.ServiceProxyProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/serviceproxy/generator/ServiceProxyProcessor;
}
SourceFile: "ServiceProxyProcessor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      javax.annotation.processing.SupportedOptions(value = {})
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_8:Ljavax/lang/model/SourceVersion;)