| 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.ForMethod | MemberAttributeExtension.ForMethod. annotateMethod(Annotation... annotation)Appends the supplied annotations. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateMethod(AnnotationDescription... annotation)Appends the supplied annotations. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateMethod(Collection<? extends AnnotationDescription> annotations)Appends the supplied annotations. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateMethod(List<? extends Annotation> annotations)Appends the supplied annotations. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateParameter(int index,
                 Annotation... annotation)Appends the supplied annotations to the parameter at the given index. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateParameter(int index,
                 AnnotationDescription... annotation)Appends the supplied annotations to the parameter at the given index. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateParameter(int index,
                 Collection<? extends AnnotationDescription> annotations)Appends the supplied annotations to the parameter at the given index. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. annotateParameter(int index,
                 List<? extends Annotation> annotations)Appends the supplied annotations to the parameter at the given index. | 
| MemberAttributeExtension.ForMethod | MemberAttributeExtension.ForMethod. attribute(MethodAttributeAppender.Factory attributeAppenderFactory)Appends the supplied method attribute appender factory. | 
Copyright © 2014–2021. All rights reserved.