class com.google.inject.Key$AnnotationInstanceStrategy implements com.google.inject.Key$AnnotationStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.inject.Key$AnnotationInstanceStrategy
  super_class: java.lang.Object
{
  final java.lang.annotation.Annotation annotation;
    descriptor: Ljava/lang/annotation/Annotation;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 388
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 389
            aload 0 /* this */
            aload 1 /* annotation */
            ldc "annotation"
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            putfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
         2: .line 390
            return
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/google/inject/Key$AnnotationInstanceStrategy;
            0    3     1  annotation  Ljava/lang/annotation/Annotation;
    MethodParameters:
            Name  Flags
      annotation  

  public boolean hasAttributes();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 394
            iconst_1
            ireturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;

  public com.google.inject.Key$AnnotationStrategy withoutAttributes();
    descriptor: ()Lcom/google/inject/Key$AnnotationStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 399
            new com.google.inject.Key$AnnotationTypeStrategy
            dup
            aload 0 /* this */
            invokevirtual com.google.inject.Key$AnnotationInstanceStrategy.getAnnotationType:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            invokespecial com.google.inject.Key$AnnotationTypeStrategy.<init>:(Ljava/lang/Class;Ljava/lang/annotation/Annotation;)V
            areturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;

  public java.lang.annotation.Annotation getAnnotation();
    descriptor: ()Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 404
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;

  public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 409
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            areturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
        start local 1 // java.lang.Object o
         0: .line 414
            aload 1 /* o */
            instanceof com.google.inject.Key$AnnotationInstanceStrategy
            ifne 2
         1: .line 415
            iconst_0
            ireturn
         2: .line 418
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.google.inject.Key$AnnotationInstanceStrategy
            astore 2 /* other */
        start local 2 // com.google.inject.Key$AnnotationInstanceStrategy other
         3: .line 419
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            aload 2 /* other */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.google.inject.Key$AnnotationInstanceStrategy other
        end local 1 // java.lang.Object o
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/inject/Key$AnnotationInstanceStrategy;
            0    4     1      o  Ljava/lang/Object;
            3    4     2  other  Lcom/google/inject/Key$AnnotationInstanceStrategy;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 424
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.hashCode:()I
            ireturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
         0: .line 429
            aload 0 /* this */
            getfield com.google.inject.Key$AnnotationInstanceStrategy.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.inject.Key$AnnotationInstanceStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/Key$AnnotationInstanceStrategy;
}
SourceFile: "Key.java"
NestHost: com.google.inject.Key
InnerClasses:
  AnnotationInstanceStrategy = com.google.inject.Key$AnnotationInstanceStrategy of com.google.inject.Key
  abstract AnnotationStrategy = com.google.inject.Key$AnnotationStrategy of com.google.inject.Key
  AnnotationTypeStrategy = com.google.inject.Key$AnnotationTypeStrategy of com.google.inject.Key