MemberAttributeExtension.ForMethod |
MemberAttributeExtension.ForMethod.annotateMethod(Annotation... 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.annotateMethod(AnnotationDescription... annotation) |
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,
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.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.
|