public final class net.bytebuddy.implementation.attribute.AnnotationRetention extends java.lang.Enum<net.bytebuddy.implementation.attribute.AnnotationRetention>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.attribute.AnnotationRetention
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.attribute.AnnotationRetention ENABLED;
    descriptor: Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.attribute.AnnotationRetention DISABLED;
    descriptor: Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final boolean enabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.implementation.attribute.AnnotationRetention[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 26
            new net.bytebuddy.implementation.attribute.AnnotationRetention
            dup
            ldc "ENABLED"
            iconst_0
         1: .line 29
            iconst_1
            invokespecial net.bytebuddy.implementation.attribute.AnnotationRetention.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.implementation.attribute.AnnotationRetention.ENABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         2: .line 31
            new net.bytebuddy.implementation.attribute.AnnotationRetention
            dup
            ldc "DISABLED"
            iconst_1
         3: .line 34
            iconst_0
            invokespecial net.bytebuddy.implementation.attribute.AnnotationRetention.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.implementation.attribute.AnnotationRetention.DISABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         4: .line 24
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.AnnotationRetention
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.attribute.AnnotationRetention.ENABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.attribute.AnnotationRetention.DISABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            aastore
            putstatic net.bytebuddy.implementation.attribute.AnnotationRetention.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.attribute.AnnotationRetention this
        start local 3 // boolean enabled
         0: .line 46
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 47
            aload 0 /* this */
            iload 3 /* enabled */
            putfield net.bytebuddy.implementation.attribute.AnnotationRetention.enabled:Z
         2: .line 48
            return
        end local 3 // boolean enabled
        end local 0 // net.bytebuddy.implementation.attribute.AnnotationRetention this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            0    3     3  enabled  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      enabled        

  public static net.bytebuddy.implementation.attribute.AnnotationRetention of(boolean);
    descriptor: (Z)Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean enabled
         0: .line 57
            iload 0 /* enabled */
            ifeq 2
         1: .line 58
            getstatic net.bytebuddy.implementation.attribute.AnnotationRetention.ENABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            goto 3
         2: .line 59
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.attribute.AnnotationRetention.DISABLED:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         3: .line 57
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.attribute.AnnotationRetention
            areturn
        end local 0 // boolean enabled
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.attribute.AnnotationRetention this
         0: .line 68
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.AnnotationRetention.enabled:Z
            ireturn
        end local 0 // net.bytebuddy.implementation.attribute.AnnotationRetention this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/attribute/AnnotationRetention;

  public static net.bytebuddy.implementation.attribute.AnnotationRetention[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.attribute.AnnotationRetention.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.attribute.AnnotationRetention
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.attribute.AnnotationRetention valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.attribute.AnnotationRetention
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/attribute/AnnotationRetention;>;
SourceFile: "AnnotationRetention.java"