class com.google.inject.internal.Annotations$AnnotationChecker$1 extends com.google.common.cache.CacheLoader<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.inject.internal.Annotations$AnnotationChecker$1
  super_class: com.google.common.cache.CacheLoader
{
  final com.google.inject.internal.Annotations$AnnotationChecker this$1;
    descriptor: Lcom/google/inject/internal/Annotations$AnnotationChecker;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.inject.internal.Annotations$AnnotationChecker);
    descriptor: (Lcom/google/inject/internal/Annotations$AnnotationChecker;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.inject.internal.Annotations$AnnotationChecker$1 this
         0: .line 252
            aload 0 /* this */
            aload 1
            putfield com.google.inject.internal.Annotations$AnnotationChecker$1.this$1:Lcom/google/inject/internal/Annotations$AnnotationChecker;
            aload 0 /* this */
            invokespecial com.google.common.cache.CacheLoader.<init>:()V
            return
        end local 0 // com.google.inject.internal.Annotations$AnnotationChecker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/internal/Annotations$AnnotationChecker$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Boolean load(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.inject.internal.Annotations$AnnotationChecker$1 this
        start local 1 // java.lang.Class annotationType
         0: .line 255
            aload 1 /* annotationType */
            invokevirtual java.lang.Class.getAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: com.google.inject.internal.Annotations$AnnotationChecker$1 java.lang.Class top int int java.lang.annotation.Annotation[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Annotation annotation
         2: .line 256
            aload 0 /* this */
            getfield com.google.inject.internal.Annotations$AnnotationChecker$1.this$1:Lcom/google/inject/internal/Annotations$AnnotationChecker;
            getfield com.google.inject.internal.Annotations$AnnotationChecker.annotationTypes:Ljava/util/Collection;
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 257
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // java.lang.annotation.Annotation annotation
         4: .line 255
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 260
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // com.google.inject.internal.Annotations$AnnotationChecker$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/google/inject/internal/Annotations$AnnotationChecker$1;
            0    7     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            2    4     2      annotation  Ljava/lang/annotation/Annotation;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      annotationType  

  public java.lang.Object load(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual com.google.inject.internal.Annotations$AnnotationChecker$1.load:(Ljava/lang/Class;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lcom/google/common/cache/CacheLoader<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/Boolean;>;
SourceFile: "Annotations.java"
EnclosingMethod: com.google.inject.internal.Annotations$AnnotationChecker
NestHost: com.google.inject.internal.Annotations
InnerClasses:
  AnnotationChecker = com.google.inject.internal.Annotations$AnnotationChecker of com.google.inject.internal.Annotations
  com.google.inject.internal.Annotations$AnnotationChecker$1