|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationHandler<T extends Annotation>
| Method Summary | |
|---|---|
T |
atClass()
Use this method to reflect a single annotation at class |
T |
atField(String fieldName)
Use this method to reflect a single annotation at field named fieldName |
MethodAnnotationHandler<T> |
atMethod(String methodName)
Use this method to reflect a single annotation at method named methodName |
| Method Detail |
|---|
T atField(String fieldName)
fieldName - name of the field from where to search for annotations.
IllegalArgumentException - if fieldName is null or emptyAnnotatedElementReflectionProvider.getAnnotation(Class)MethodAnnotationHandler<T> atMethod(String methodName)
methodName - name of the method from where to search for annotations.
IllegalArgumentException - if fieldName is null or emptyAnnotatedElementReflectionProvider.getAnnotation(Class)T atClass()
AnnotatedElementReflectionProvider.getAnnotation(Class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||