public interface net.bytebuddy.implementation.attribute.TypeAttributeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.attribute.TypeAttributeAppender
  super_class: java.lang.Object
{
  public abstract void apply(org.objectweb.asm.ClassVisitor, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.attribute.AnnotationValueFilter);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      classVisitor           
      instrumentedType       
      annotationValueFilter  
}
SourceFile: "TypeAttributeAppender.java"
NestMembers:
  net.bytebuddy.implementation.attribute.TypeAttributeAppender$Compound  net.bytebuddy.implementation.attribute.TypeAttributeAppender$Explicit  net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType  net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType$Differentiating  net.bytebuddy.implementation.attribute.TypeAttributeAppender$NoOp
InnerClasses:
  public Compound = net.bytebuddy.implementation.attribute.TypeAttributeAppender$Compound of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public Explicit = net.bytebuddy.implementation.attribute.TypeAttributeAppender$Explicit of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public final ForInstrumentedType = net.bytebuddy.implementation.attribute.TypeAttributeAppender$ForInstrumentedType of net.bytebuddy.implementation.attribute.TypeAttributeAppender
  public final NoOp = net.bytebuddy.implementation.attribute.TypeAttributeAppender$NoOp of net.bytebuddy.implementation.attribute.TypeAttributeAppender