public class net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter extends net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase$Adapter<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter
  super_class: net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase$Adapter
{
  final net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter this$4;
    descriptor: Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter, net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
         0: .line 4972
            aload 0 /* this */
            aload 1
            aload 2 /* handler */
            getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$NoOp.INSTANCE:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$NoOp;
            invokestatic net.bytebuddy.dynamic.Transformer$NoOp.make:()Lnet/bytebuddy/dynamic/Transformer;
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
         1: .line 4973
            return
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    2     2  handler  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
    MethodParameters:
         Name  Flags
      this$0   final
      handler  

  protected void <init>(net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory, net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        start local 3 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory methodAttributeAppenderFactory
        start local 4 // net.bytebuddy.dynamic.Transformer transformer
         0: .line 4984
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
         1: .line 4985
            aload 0 /* this */
            aload 2 /* handler */
            aload 3 /* methodAttributeAppenderFactory */
            aload 4 /* transformer */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase$Adapter.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
         2: .line 4986
            return
        end local 4 // net.bytebuddy.dynamic.Transformer transformer
        end local 3 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory methodAttributeAppenderFactory
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    3     0                            this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    3     2                         handler  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
            0    3     3  methodAttributeAppenderFactory  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            0    3     4                     transformer  Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;)V
    MethodParameters:
                                Name  Flags
      this$0                          final
      handler                         
      methodAttributeAppenderFactory  
      transformer                     

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition<U> receiverType(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         0: .line 4992
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
         1: .line 4993
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.methodAttributeAppenderFactory:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            aastore
            dup
            iconst_1
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForReceiverType
            dup
            aload 1 /* receiverType */
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForReceiverType.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
            aastore
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.<init>:([Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;)V
         2: .line 4994
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.transformer:Lnet/bytebuddy/dynamic/Transformer;
         3: .line 4992
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    4     1  receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition<TU;>;
    MethodParameters:
              Name  Flags
      receiverType  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition<U> annotateMethod(java.util.Collection<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 1 // java.util.Collection annotations
         0: .line 5001
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
         1: .line 5002
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.methodAttributeAppenderFactory:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            aastore
            dup
            iconst_1
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit
            dup
            new java.util.ArrayList
            dup
            aload 1 /* annotations */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit.<init>:(Ljava/util/List;)V
            aastore
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.<init>:([Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;)V
         2: .line 5003
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.transformer:Lnet/bytebuddy/dynamic/Transformer;
         3: .line 5001
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
            areturn
        end local 1 // java.util.Collection annotations
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    4     1  annotations  Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition<TU;>;
    MethodParameters:
             Name  Flags
      annotations  

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition<U> annotateParameter(int, java.util.Collection<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (ILjava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=15, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 1 // int index
        start local 2 // java.util.Collection annotations
         0: .line 5010
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
         1: .line 5011
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.methodAttributeAppenderFactory:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            aastore
            dup
            iconst_1
            new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit
            dup
            iload 1 /* index */
            new java.util.ArrayList
            dup
            aload 2 /* annotations */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit.<init>:(ILjava/util/List;)V
            aastore
            invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.<init>:([Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;)V
         2: .line 5012
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.transformer:Lnet/bytebuddy/dynamic/Transformer;
         3: .line 5010
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
            areturn
        end local 2 // java.util.Collection annotations
        end local 1 // int index
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    4     1        index  I
            0    4     2  annotations  Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (ILjava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition<TU;>;
    MethodParameters:
             Name  Flags
      index        
      annotations  

  protected net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition<U> materialize(net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory, net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
        start local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        start local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory methodAttributeAppenderFactory
        start local 3 // net.bytebuddy.dynamic.Transformer transformer
         0: .line 5019
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            aload 1 /* handler */
            aload 2 /* methodAttributeAppenderFactory */
            aload 3 /* transformer */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)V
            areturn
        end local 3 // net.bytebuddy.dynamic.Transformer transformer
        end local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory methodAttributeAppenderFactory
        end local 1 // net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler handler
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    1     0                            this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
            0    1     1                         handler  Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
            0    1     2  methodAttributeAppenderFactory  Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            0    1     3                     transformer  Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition<TU;>;
    MethodParameters:
                                Name  Flags
      handler                         
      methodAttributeAppenderFactory  
      transformer                     

  protected net.bytebuddy.dynamic.DynamicType$Builder<U> materialize();
    descriptor: ()Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
         0: .line 5024
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.instrumentedType:Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
         1: .line 5025
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.fieldRegistry:Lnet/bytebuddy/dynamic/scaffold/FieldRegistry;
         2: .line 5026
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.methodRegistry:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.matcher:Lnet/bytebuddy/matcher/LatentMatcher;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.handler:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.methodAttributeAppenderFactory:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.transformer:Lnet/bytebuddy/dynamic/Transformer;
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodRegistry.prepend:(Lnet/bytebuddy/matcher/LatentMatcher;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
         3: .line 5027
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         4: .line 5028
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         5: .line 5029
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         6: .line 5030
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         7: .line 5031
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         8: .line 5032
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         9: .line 5033
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
        10: .line 5034
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
        11: .line 5035
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        12: .line 5036
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.visibilityBridgeStrategy:Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;
        13: .line 5037
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        14: .line 5038
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        15: .line 5039
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.auxiliaryTypes:Ljava/util/List;
        16: .line 5024
            invokevirtual net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.materialize:(Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;Lnet/bytebuddy/dynamic/scaffold/FieldRegistry;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            areturn
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter;
    Signature: ()Lnet/bytebuddy/dynamic/DynamicType$Builder<TU;>;
}
Signature: Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$AbstractBase$Adapter<TU;>;
SourceFile: "DynamicType.java"
NestHost: net.bytebuddy.dynamic.DynamicType
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract Adapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase
  protected MethodMatchAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter
  protected AnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter$AnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodMatchAdapter
  public abstract MethodDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  protected abstract Adapter = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase$Adapter of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$AbstractBase
  public final NoOp = net.bytebuddy.dynamic.Transformer$NoOp of net.bytebuddy.dynamic.Transformer
  public abstract WithFlexibleName = net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName of net.bytebuddy.dynamic.scaffold.InstrumentedType
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Handler = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Factory = net.bytebuddy.implementation.Implementation$Context$Factory of net.bytebuddy.implementation.Implementation$Context
  public abstract Factory = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory of net.bytebuddy.implementation.attribute.AnnotationValueFilter
  public Explicit = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  public abstract Factory = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  public Compound = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
  public ForReceiverType = net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForReceiverType of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  public final NoOp = net.bytebuddy.implementation.attribute.MethodAttributeAppender$NoOp of net.bytebuddy.implementation.attribute.MethodAttributeAppender
  public abstract NamingStrategy = net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy of net.bytebuddy.implementation.auxiliary.AuxiliaryType
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)