class org.glassfish.jersey.server.model.MethodList$8 implements org.glassfish.jersey.server.model.MethodList$Filter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.server.model.MethodList$8
  super_class: java.lang.Object
{
  final org.glassfish.jersey.server.model.MethodList this$0;
    descriptor: Lorg/glassfish/jersey/server/model/MethodList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Class val$annotation;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.server.model.MethodList, java.lang.Class);
    descriptor: (Lorg/glassfish/jersey/server/model/MethodList;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.server.model.MethodList$8 this
         0: .line 283
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.server.model.MethodList$8.this$0:Lorg/glassfish/jersey/server/model/MethodList;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.jersey.server.model.MethodList$8.val$annotation:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.jersey.server.model.MethodList$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/server/model/MethodList$8;
    MethodParameters:
                Name  Flags
      this$0          final
      val$annotation  final

  public boolean keep(org.glassfish.jersey.server.model.AnnotatedMethod);
    descriptor: (Lorg/glassfish/jersey/server/model/AnnotatedMethod;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.glassfish.jersey.server.model.MethodList$8 this
        start local 1 // org.glassfish.jersey.server.model.AnnotatedMethod m
         0: .line 287
            aload 1 /* m */
            invokevirtual org.glassfish.jersey.server.model.AnnotatedMethod.getAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.glassfish.jersey.server.model.MethodList$8 org.glassfish.jersey.server.model.AnnotatedMethod top int int java.lang.annotation.Annotation[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* a */
        start local 2 // java.lang.annotation.Annotation a
         2: .line 288
            aload 2 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 0 /* this */
            getfield org.glassfish.jersey.server.model.MethodList$8.val$annotation:Ljava/lang/Class;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 4
         3: .line 289
            iconst_0
            ireturn
        end local 2 // java.lang.annotation.Annotation a
         4: .line 287
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 292
            iconst_1
            ireturn
        end local 1 // org.glassfish.jersey.server.model.AnnotatedMethod m
        end local 0 // org.glassfish.jersey.server.model.MethodList$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/jersey/server/model/MethodList$8;
            0    7     1     m  Lorg/glassfish/jersey/server/model/AnnotatedMethod;
            2    4     2     a  Ljava/lang/annotation/Annotation;
    MethodParameters:
      Name  Flags
      m     
}
SourceFile: "MethodList.java"
EnclosingMethod: org.glassfish.jersey.server.model.MethodList.withoutMetaAnnotation:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/model/MethodList;
NestHost: org.glassfish.jersey.server.model.MethodList
InnerClasses:
  org.glassfish.jersey.server.model.MethodList$8
  public abstract Filter = org.glassfish.jersey.server.model.MethodList$Filter of org.glassfish.jersey.server.model.MethodList