MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateMethod(java.lang.annotation.Annotation... annotation) |
Appends the supplied annotations.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateMethod(java.util.Collection<? extends AnnotationDescription> annotations) |
Appends the supplied annotations.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateMethod(java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Appends the supplied annotations.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateMethod(AnnotationDescription... annotation) |
Appends the supplied annotations.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateParameter(int index,
java.lang.annotation.Annotation... annotation) |
Appends the supplied annotations to the parameter at the given index.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateParameter(int index,
java.util.Collection<? extends AnnotationDescription> annotations) |
Appends the supplied annotations to the parameter at the given index.
|
MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateParameter(int index,
java.util.List<? extends java.lang.annotation.Annotation> annotations) |
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.attribute(MethodAttributeAppender.Factory attributeAppenderFactory) |
Appends the supplied method attribute appender factory.
|