public class net.bytebuddy.build.Plugin$Factory$Simple implements net.bytebuddy.build.Plugin$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.build.Plugin$Factory$Simple
  super_class: java.lang.Object
{
  private final net.bytebuddy.build.Plugin plugin;
    descriptor: Lnet/bytebuddy/build/Plugin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Factory$Simple this
        start local 1 // net.bytebuddy.build.Plugin plugin
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* plugin */
            putfield net.bytebuddy.build.Plugin$Factory$Simple.plugin:Lnet/bytebuddy/build/Plugin;
         2: .line 90
            return
        end local 1 // net.bytebuddy.build.Plugin plugin
        end local 0 // net.bytebuddy.build.Plugin$Factory$Simple this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/bytebuddy/build/Plugin$Factory$Simple;
            0    3     1  plugin  Lnet/bytebuddy/build/Plugin;
    MethodParameters:
        Name  Flags
      plugin  

  public net.bytebuddy.build.Plugin make();
    descriptor: ()Lnet/bytebuddy/build/Plugin;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.build.Plugin$Factory$Simple this
         0: .line 96
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Factory$Simple.plugin:Lnet/bytebuddy/build/Plugin;
            areturn
        end local 0 // net.bytebuddy.build.Plugin$Factory$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$Factory$Simple;
}
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Factory = net.bytebuddy.build.Plugin$Factory of net.bytebuddy.build.Plugin
  public Simple = net.bytebuddy.build.Plugin$Factory$Simple of net.bytebuddy.build.Plugin$Factory
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()