public interface net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.dynamic.DynamicType$Builder<?> builder(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.ByteBuddy, net.bytebuddy.dynamic.ClassFileLocator, net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.security.ProtectionDomain);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
    MethodParameters:
                       Name  Flags
      typeDescription        
      byteBuddy              
      classFileLocator       
      methodNameTransformer  
      classLoader            
      module                 
      protectionDomain       
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract TypeStrategy = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Default = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default of net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  public ForBuildEntryPoint = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint of net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType