public interface net.bytebuddy.build.Plugin$Engine$PoolStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.build.Plugin$Engine$PoolStrategy
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.pool.TypePool typePool(net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/pool/TypePool;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      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 PoolStrategy = net.bytebuddy.build.Plugin$Engine$PoolStrategy of net.bytebuddy.build.Plugin$Engine
  public final Default = net.bytebuddy.build.Plugin$Engine$PoolStrategy$Default of net.bytebuddy.build.Plugin$Engine$PoolStrategy
  public final Eager = net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager of net.bytebuddy.build.Plugin$Engine$PoolStrategy