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)
MethodAnnotator
getAnnotationsForMethod
in interface MethodAnnotator
method
- Method to annotateCopyright © 2003–2016 Atlassian. All rights reserved.