|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodAnnotationHandler<T extends java.lang.annotation.Annotation>
| Method Summary | |
|---|---|
T |
withArgs(java.lang.Class<?>... classes)
Use this method to reflect a single annotation at the method that matches classes as its arguments. |
T |
withoutArgs()
This is a convenience method for withArgs(Class...) |
| Method Detail |
|---|
T withArgs(java.lang.Class<?>... classes)
classes - arguments of the method from where to search for annotations.
AnnotatedElementReflectionProvider#getAnnotation(Class)T withoutArgs()
withArgs(Class...)
withArgs(Class...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||