public class net.bytebuddy.build.Plugin$NoOp implements net.bytebuddy.build.Plugin, net.bytebuddy.build.Plugin$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.build.Plugin$NoOp
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.build.Plugin$NoOp this
         0: .line 3702
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.build.Plugin$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$NoOp;

  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$NoOp this
         0: .line 3708
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.build.Plugin$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$NoOp;

  public boolean matches(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription target
         0: .line 3715
            iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription target
        end local 0 // net.bytebuddy.build.Plugin$NoOp this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/build/Plugin$NoOp;
            0    1     1  target  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
        Name  Flags
      target  

  public net.bytebuddy.dynamic.DynamicType$Builder<?> apply(net.bytebuddy.dynamic.DynamicType$Builder<?>, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$NoOp this
        start local 1 // net.bytebuddy.dynamic.DynamicType$Builder builder
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 3722
            new java.lang.IllegalStateException
            dup
            ldc "Cannot apply non-operational plugin"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // net.bytebuddy.dynamic.DynamicType$Builder builder
        end local 0 // net.bytebuddy.build.Plugin$NoOp this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/build/Plugin$NoOp;
            0    1     1           builder  Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
            0    1     2   typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     3  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    Signature: (Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
    MethodParameters:
                  Name  Flags
      builder           
      typeDescription   
      classFileLocator  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // net.bytebuddy.build.Plugin$NoOp this
         0: .line 3730
            return
        end local 0 // net.bytebuddy.build.Plugin$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$NoOp;

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.type.TypeDescription
            invokevirtual net.bytebuddy.build.Plugin$NoOp.matches:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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 NoOp = net.bytebuddy.build.Plugin$NoOp of net.bytebuddy.build.Plugin
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()