|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodAnnotationHandler<T extends Annotation>
| Method Summary | |
|---|---|
T |
withArgs(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(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 | |||||||||