public interface  net.bytebuddy.implementation.attribute.AnnotationAppender extends java.lang.Object
{
public static final java.lang.String NO_NAME;
public abstract net.bytebuddy.implementation.attribute.AnnotationAppender append(net.bytebuddy.description.'annotation'.AnnotationDescription, net.bytebuddy.implementation.attribute.AnnotationValueFilter);
public abstract net.bytebuddy.implementation.attribute.AnnotationAppender append(net.bytebuddy.description.'annotation'.AnnotationDescription, net.bytebuddy.implementation.attribute.AnnotationValueFilter, int, java.lang.String);
static void <clinit>()
{
<net.bytebuddy.implementation.attribute.AnnotationAppender: java.lang.String NO_NAME> = null;
return;
}
}