Uses of Class
net.bytebuddy.asm.MemberAttributeExtension.ForField
Packages that use MemberAttributeExtension.ForField
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberAttributeExtension.ForField in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberAttributeExtension.ForFieldModifier and TypeMethodDescriptionMemberAttributeExtension.ForField.annotate(Annotation... annotation) Appends the supplied annotations.MemberAttributeExtension.ForField.annotate(Collection<? extends AnnotationDescription> annotations) Appends the supplied annotations.MemberAttributeExtension.ForField.annotate(List<? extends Annotation> annotations) Appends the supplied annotations.MemberAttributeExtension.ForField.annotate(AnnotationDescription... annotation) Appends the supplied annotations.MemberAttributeExtension.ForField.attribute(FieldAttributeAppender.Factory attributeAppenderFactory) Appends the supplied attribute appender factory.