public class net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod implements net.bytebuddy.implementation.attribute.AnnotationAppender$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod
  super_class: java.lang.Object
{
  private final org.objectweb.asm.MethodVisitor methodVisitor;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 135
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 136
            aload 0 /* this */
            aload 1 /* methodVisitor */
            putfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
         2: .line 137
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnMethod;
            0    3     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  

  public org.objectweb.asm.AnnotationVisitor visit(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
        start local 1 // java.lang.String annotationTypeDescriptor
        start local 2 // boolean visible
         0: .line 143
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* annotationTypeDescriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String annotationTypeDescriptor
        end local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnMethod;
            0    1     1  annotationTypeDescriptor  Ljava/lang/String;
            0    1     2                   visible  Z
    MethodParameters:
                          Name  Flags
      annotationTypeDescriptor  
      visible                   

  public org.objectweb.asm.AnnotationVisitor visit(java.lang.String, boolean, int, java.lang.String);
    descriptor: (Ljava/lang/String;ZILjava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
        start local 1 // java.lang.String annotationTypeDescriptor
        start local 2 // boolean visible
        start local 3 // int typeReference
        start local 4 // java.lang.String typePath
         0: .line 150
            aload 0 /* this */
            getfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            iload 3 /* typeReference */
            aload 4 /* typePath */
            invokestatic org.objectweb.asm.TypePath.fromString:(Ljava/lang/String;)Lorg/objectweb/asm/TypePath;
            aload 1 /* annotationTypeDescriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
        end local 4 // java.lang.String typePath
        end local 3 // int typeReference
        end local 2 // boolean visible
        end local 1 // java.lang.String annotationTypeDescriptor
        end local 0 // net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnMethod;
            0    1     1  annotationTypeDescriptor  Ljava/lang/String;
            0    1     2                   visible  Z
            0    1     3             typeReference  I
            0    1     4                  typePath  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      annotationTypeDescriptor  
      visible                   
      typeReference             
      typePath                  
}
SourceFile: "AnnotationAppender.java"
NestHost: net.bytebuddy.implementation.attribute.AnnotationAppender
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
  public OnMethod = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()