public class io.vertx.serviceproxy.generator.ServiceProxyGenLoader implements io.vertx.codegen.GeneratorLoader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.serviceproxy.generator.ServiceProxyGenLoader
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.serviceproxy.generator.ServiceProxyGenLoader this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.serviceproxy.generator.ServiceProxyGenLoader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/serviceproxy/generator/ServiceProxyGenLoader;

  public java.util.stream.Stream<io.vertx.codegen.Generator<?>> loadGenerators(javax.annotation.processing.ProcessingEnvironment);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;)Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.vertx.serviceproxy.generator.ServiceProxyGenLoader this
        start local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
         0: .line 17
            new io.vertx.serviceproxy.generator.GeneratorUtils
            dup
            invokespecial io.vertx.serviceproxy.generator.GeneratorUtils.<init>:()V
            astore 2 /* utils */
        start local 2 // io.vertx.serviceproxy.generator.GeneratorUtils utils
         1: .line 18
            iconst_2
            anewarray io.vertx.codegen.Generator
            dup
            iconst_0
            new io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
            dup
            aload 2 /* utils */
            invokespecial io.vertx.serviceproxy.generator.ServiceProxyHandlerGen.<init>:(Lio/vertx/serviceproxy/generator/GeneratorUtils;)V
            aastore
            dup
            iconst_1
            new io.vertx.serviceproxy.generator.ServiceProxyGen
            dup
            aload 2 /* utils */
            invokespecial io.vertx.serviceproxy.generator.ServiceProxyGen.<init>:(Lio/vertx/serviceproxy/generator/GeneratorUtils;)V
            aastore
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            areturn
        end local 2 // io.vertx.serviceproxy.generator.GeneratorUtils utils
        end local 1 // javax.annotation.processing.ProcessingEnvironment processingEnv
        end local 0 // io.vertx.serviceproxy.generator.ServiceProxyGenLoader this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/serviceproxy/generator/ServiceProxyGenLoader;
            0    2     1  processingEnv  Ljavax/annotation/processing/ProcessingEnvironment;
            1    2     2          utils  Lio/vertx/serviceproxy/generator/GeneratorUtils;
    Signature: (Ljavax/annotation/processing/ProcessingEnvironment;)Ljava/util/stream/Stream<Lio/vertx/codegen/Generator<*>;>;
    MethodParameters:
               Name  Flags
      processingEnv  
}
SourceFile: "ServiceProxyGenLoader.java"