public final class net.bytebuddy.implementation.bind.annotation.IgnoreForBinding$Verifier
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.IgnoreForBinding$Verifier
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.IgnoreForBinding$Verifier this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // net.bytebuddy.implementation.bind.annotation.IgnoreForBinding$Verifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/implementation/bind/annotation/IgnoreForBinding$Verifier;

  public static boolean check(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 52
            aload 0 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/implementation/bind/annotation/IgnoreForBinding;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription methodDescription
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodDescription  
}
SourceFile: "IgnoreForBinding.java"
NestHost: net.bytebuddy.implementation.bind.annotation.IgnoreForBinding
InnerClasses:
  public final Verifier = net.bytebuddy.implementation.bind.annotation.IgnoreForBinding$Verifier of net.bytebuddy.implementation.bind.annotation.IgnoreForBinding