public final class org.graalvm.util.GuardedAnnotationAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.util.GuardedAnnotationAccess
  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 // org.graalvm.util.GuardedAnnotationAccess this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.util.GuardedAnnotationAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/util/GuardedAnnotationAccess;

  public static boolean isAnnotationPresent(java.lang.reflect.AnnotatedElement, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // java.lang.Class annotationClass
         0: .line 47
            aload 0 /* element */
            aload 1 /* annotationClass */
            invokestatic org.graalvm.util.GuardedAnnotationAccess.getAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0          element  Ljava/lang/reflect/AnnotatedElement;
            0    2     1  annotationClass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Z
    MethodParameters:
                 Name  Flags
      element          
      annotationClass  

  public static <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.reflect.AnnotatedElement, java.lang.Class<T>);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // java.lang.Class annotationType
         0: .line 52
            aload 0 /* element */
            aload 1 /* annotationType */
            invokeinterface java.lang.reflect.AnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 53
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 60
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0         element  Ljava/lang/reflect/AnnotatedElement;
            0    4     1  annotationType  Ljava/lang/Class<TT;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ArrayStoreException
           0     1       2  Class java.lang.LinkageError
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                Name  Flags
      element         
      annotationType  

  public static java.lang.annotation.Annotation[] getAnnotations(java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;)[Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.AnnotatedElement element
         0: .line 66
            aload 0 /* element */
            invokeinterface java.lang.reflect.AnnotatedElement.getAnnotations:()[Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 67
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 75
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  element  Ljava/lang/reflect/AnnotatedElement;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ArrayStoreException
           0     1       2  Class java.lang.LinkageError
    MethodParameters:
         Name  Flags
      element  

  public static <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.reflect.AnnotatedElement, java.lang.Class<T>);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // java.lang.Class annotationType
         0: .line 81
            aload 0 /* element */
            aload 1 /* annotationType */
            invokeinterface java.lang.reflect.AnnotatedElement.getDeclaredAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 82
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 89
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0         element  Ljava/lang/reflect/AnnotatedElement;
            0    4     1  annotationType  Ljava/lang/Class<TT;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ArrayStoreException
           0     1       2  Class java.lang.LinkageError
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                Name  Flags
      element         
      annotationType  

  public static java.lang.annotation.Annotation[] getDeclaredAnnotations(java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;)[Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.AnnotatedElement element
         0: .line 95
            aload 0 /* element */
            invokeinterface java.lang.reflect.AnnotatedElement.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 96
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 105
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  element  Ljava/lang/reflect/AnnotatedElement;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ArrayStoreException
           0     1       2  Class java.lang.LinkageError
    MethodParameters:
         Name  Flags
      element  
}
SourceFile: "GuardedAnnotationAccess.java"