|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotatedElementReflectionProvider
Interface that defines reflection operations related to annotatedElements
| Method Summary | ||
|---|---|---|
|
getAnnotation(Class<T> annotation)
This method is used to reflect a single annotation from the AnnotatedElement wrapped. |
|
List<Annotation> |
getAnnotations()
This method is used to reflect all annotations from the AnnotatedElement wrapped. |
|
| Method Detail |
|---|
List<Annotation> getAnnotations()
ReflectionProviderException<T extends Annotation> T getAnnotation(Class<T> annotation)
annotation - Annotation to be reflected.
ReflectionProviderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||