public interface net.bytebuddy.build.Plugin$Engine$TypeStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.build.Plugin$Engine$TypeStrategy
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.dynamic.DynamicType$Builder<?> builder(net.bytebuddy.ByteBuddy, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
    MethodParameters:
                  Name  Flags
      byteBuddy         
      typeDescription   
      classFileLocator  
}
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract TypeStrategy = net.bytebuddy.build.Plugin$Engine$TypeStrategy of net.bytebuddy.build.Plugin$Engine
  public abstract Default = net.bytebuddy.build.Plugin$Engine$TypeStrategy$Default of net.bytebuddy.build.Plugin$Engine$TypeStrategy
  public ForEntryPoint = net.bytebuddy.build.Plugin$Engine$TypeStrategy$ForEntryPoint of net.bytebuddy.build.Plugin$Engine$TypeStrategy
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType