public final class MethodAnnotatorChain extends Object implements MethodAnnotator
| Constructor and Description |
|---|
MethodAnnotatorChain(List<MethodAnnotator> annotators) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotationsForMethod(Method method)
Return a collection of annotations for a method
|
public MethodAnnotatorChain(List<MethodAnnotator> annotators)
public Collection<Annotation> getAnnotationsForMethod(Method method)
MethodAnnotatorgetAnnotationsForMethod in interface MethodAnnotatormethod - Method to annotateCopyright © 2003–2017 Atlassian. All rights reserved.