|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AllAnnotationsHandler
| Method Summary | |
|---|---|
List<Annotation> |
atClass()
Use this method to reflect all annotations at clazz. |
List<Annotation> |
atField(String fieldName)
Use this method to reflect all annotations at field fieldName. |
AllMethodAnnotationsHandler |
atMethod(String methodName)
Use this method to reflect all annotations at method. |
| Method Detail |
|---|
List<Annotation> atClass()
AnnotatedElementReflectionProvider.getAnnotations()List<Annotation> atField(String fieldName)
fieldName - Name of the field from where to search for annotations.
AnnotatedElementReflectionProvider.getAnnotations()AllMethodAnnotationsHandler atMethod(String methodName)
methodName - Name of the method from where to search for annotations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||