public interface net.bytebuddy.agent.builder.AgentBuilder$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Listener
  super_class: java.lang.Object
{
  public static final boolean LOADED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public abstract void onDiscovery(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       

  public abstract void onTransformation(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, net.bytebuddy.dynamic.DynamicType);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           
      dynamicType      

  public abstract void onIgnored(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           

  public abstract void onError(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLjava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
      throwable    

  public abstract void onComplete(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Listener = net.bytebuddy.agent.builder.AgentBuilder$Listener of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Adapter = net.bytebuddy.agent.builder.AgentBuilder$Listener$Adapter of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public Compound = net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public Filtering = net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public ModuleReadEdgeCompleting = net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public final NoOp = net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public StreamWriting = net.bytebuddy.agent.builder.AgentBuilder$Listener$StreamWriting of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public WithErrorsOnly = net.bytebuddy.agent.builder.AgentBuilder$Listener$WithErrorsOnly of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public WithTransformationsOnly = net.bytebuddy.agent.builder.AgentBuilder$Listener$WithTransformationsOnly of net.bytebuddy.agent.builder.AgentBuilder$Listener