class com.google.inject.matcher.Matchers$AnnotatedWith extends com.google.inject.matcher.AbstractMatcher<java.lang.reflect.AnnotatedElement> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.inject.matcher.Matchers$AnnotatedWith
  super_class: com.google.inject.matcher.AbstractMatcher
{
  private final java.lang.annotation.Annotation annotation;
    descriptor: Ljava/lang/annotation/Annotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public void <init>(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 153
            aload 0 /* this */
            invokespecial com.google.inject.matcher.AbstractMatcher.<init>:()V
         1: .line 154
            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.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
         2: .line 155
            aload 1 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokestatic com.google.inject.matcher.Matchers.checkForRuntimeRetention:(Ljava/lang/Class;)V
         3: .line 156
            return
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/inject/matcher/Matchers$AnnotatedWith;
            0    4     1  annotation  Ljava/lang/annotation/Annotation;
    MethodParameters:
            Name  Flags
      annotation  

  public boolean matches(java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
        start local 1 // java.lang.reflect.AnnotatedElement element
         0: .line 160
            aload 1 /* element */
            aload 0 /* this */
            getfield com.google.inject.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface java.lang.reflect.AnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            astore 2 /* fromElement */
        start local 2 // java.lang.annotation.Annotation fromElement
         1: .line 161
            aload 2 /* fromElement */
            ifnull 2
            aload 0 /* this */
            getfield com.google.inject.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
            aload 2 /* fromElement */
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: java.lang.annotation.Annotation
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.annotation.Annotation fromElement
        end local 1 // java.lang.reflect.AnnotatedElement element
        end local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/inject/matcher/Matchers$AnnotatedWith;
            0    3     1      element  Ljava/lang/reflect/AnnotatedElement;
            1    3     2  fromElement  Ljava/lang/annotation/Annotation;
    MethodParameters:
         Name  Flags
      element  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
        start local 1 // java.lang.Object other
         0: .line 166
            aload 1 /* other */
            instanceof com.google.inject.matcher.Matchers$AnnotatedWith
            ifeq 3
         1: .line 167
            aload 1 /* other */
            checkcast com.google.inject.matcher.Matchers$AnnotatedWith
            getfield com.google.inject.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
            aload 0 /* this */
            getfield com.google.inject.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 166
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/inject/matcher/Matchers$AnnotatedWith;
            0    4     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
         0: .line 177
            new java.lang.StringBuilder
            dup
            ldc "annotatedWith("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.google.inject.matcher.Matchers$AnnotatedWith.annotation:Ljava/lang/annotation/Annotation;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.inject.matcher.Matchers$AnnotatedWith this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/matcher/Matchers$AnnotatedWith;

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    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.reflect.AnnotatedElement
            invokevirtual com.google.inject.matcher.Matchers$AnnotatedWith.matches:(Ljava/lang/reflect/AnnotatedElement;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/inject/matcher/AbstractMatcher<Ljava/lang/reflect/AnnotatedElement;>;Ljava/io/Serializable;
SourceFile: "Matchers.java"
NestHost: com.google.inject.matcher.Matchers
InnerClasses:
  private AnnotatedWith = com.google.inject.matcher.Matchers$AnnotatedWith of com.google.inject.matcher.Matchers