|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.velocity.introspection.MethodAnnotatorChain
public final class MethodAnnotatorChain
A method annotator that chains calls to a collection of other annotators
Constructor Summary | |
---|---|
MethodAnnotatorChain(java.util.List<MethodAnnotator> annotators)
|
Method Summary | |
---|---|
java.util.Collection<java.lang.annotation.Annotation> |
getAnnotationsForMethod(java.lang.reflect.Method method)
Return a collection of annotations for a method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodAnnotatorChain(java.util.List<MethodAnnotator> annotators)
Method Detail |
---|
public java.util.Collection<java.lang.annotation.Annotation> getAnnotationsForMethod(java.lang.reflect.Method method)
MethodAnnotator
getAnnotationsForMethod
in interface MethodAnnotator
method
- Method to annotate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |