public class net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter extends net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$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$MethodDefinitionAdapter$ParameterAnnotationAdapter
  super_class: net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$AbstractBase$Adapter
{
  private final net.bytebuddy.description.method.ParameterDescription$Token token;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription$Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter this$4;
    descriptor: Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter, net.bytebuddy.description.method.ParameterDescription$Token);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/description/method/ParameterDescription$Token;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
        start local 2 // net.bytebuddy.description.method.ParameterDescription$Token token
         0: .line 4725
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            aload 0 /* this */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$AbstractBase$Adapter.<init>:()V
         1: .line 4726
            aload 0 /* this */
            aload 2 /* token */
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
         2: .line 4727
            return
        end local 2 // net.bytebuddy.description.method.ParameterDescription$Token token
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter;
            0    3     2  token  Lnet/bytebuddy/description/method/ParameterDescription$Token;
    MethodParameters:
        Name  Flags
      this$0  final
      token   

  public net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable<U> annotateParameter(java.util.Collection<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
        start local 1 // java.util.Collection annotations
         0: .line 4733
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            new net.bytebuddy.description.method.ParameterDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         1: .line 4734
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            new java.util.ArrayList
            dup
            aload 1 /* annotations */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
         2: .line 4735
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getName:()Ljava/lang/String;
         3: .line 4736
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
            invokevirtual net.bytebuddy.description.method.ParameterDescription$Token.getModifiers:()Ljava/lang/Integer;
            invokespecial net.bytebuddy.description.method.ParameterDescription$Token.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/lang/String;Ljava/lang/Integer;)V
         4: .line 4733
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;Lnet/bytebuddy/description/method/ParameterDescription$Token;)V
            areturn
        end local 1 // java.util.Collection annotations
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter;
            0    5     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$ParameterDefinition$Annotatable<TU;>;
    MethodParameters:
             Name  Flags
      annotations  

  protected net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition<U> materialize();
    descriptor: ()Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
         0: .line 4741
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            invokestatic net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.access$0:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;)Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            new net.bytebuddy.description.method.MethodDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getName:()Ljava/lang/String;
         1: .line 4742
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getModifiers:()I
         2: .line 4743
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getTypeVariableTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
         3: .line 4744
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 4745
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getParameterTokens:()Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.token:Lnet/bytebuddy/description/method/ParameterDescription$Token;
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         5: .line 4746
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
         6: .line 4747
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         7: .line 4748
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
         8: .line 4749
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter.this$4:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.token:Lnet/bytebuddy/description/method/MethodDescription$Token;
            invokevirtual net.bytebuddy.description.method.MethodDescription$Token.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokespecial net.bytebuddy.description.method.MethodDescription$Token.<init>:(Ljava/lang/String;ILjava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/bytebuddy/description/annotation/AnnotationValue;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
         9: .line 4741
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/method/MethodDescription$Token;)V
            areturn
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter;
    Signature: ()Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition<TU;>;
}
Signature: Lnet/bytebuddy/dynamic/DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$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 Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public Token = net.bytebuddy.description.method.MethodDescription$Token of net.bytebuddy.description.method.MethodDescription
  public Token = net.bytebuddy.description.method.ParameterDescription$Token of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  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 MethodDefinitionAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter
  protected ParameterAnnotationAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter$ParameterAnnotationAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$MethodDefinitionAdapter
  public abstract MethodDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract ParameterDefinition = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition
  public abstract Annotatable = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable
  protected abstract Adapter = net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$AbstractBase$Adapter of net.bytebuddy.dynamic.DynamicType$Builder$MethodDefinition$ParameterDefinition$Annotatable$AbstractBase
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)