Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
MemberAttributeExtension.ForField |
MemberAttributeExtension.ForField.annotate(Annotation... annotation)
Appends the supplied annotations.
|
MemberAttributeExtension.ForField |
MemberAttributeExtension.ForField.annotate(AnnotationDescription... annotation)
Appends the supplied annotations.
|
MemberAttributeExtension.ForField |
MemberAttributeExtension.ForField.annotate(Collection<? extends AnnotationDescription> annotations)
Appends the supplied annotations.
|
MemberAttributeExtension.ForField |
MemberAttributeExtension.ForField.annotate(List<? extends Annotation> annotations)
Appends the supplied annotations.
|
MemberAttributeExtension.ForField |
MemberAttributeExtension.ForField.attribute(FieldAttributeAppender.Factory attributeAppenderFactory)
Appends the supplied attribute appender factory.
|
Copyright © 2014–2020. All rights reserved.