|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vidageek.mirror.provider.java.PureJavaAnnotatedElementReflectionProvider
public final class PureJavaAnnotatedElementReflectionProvider
| Constructor Summary | |
|---|---|
PureJavaAnnotatedElementReflectionProvider(java.lang.reflect.AnnotatedElement element)
|
|
| Method Summary | ||
|---|---|---|
|
getAnnotation(java.lang.Class<T> annotation)
This method is used to reflect a single annotation from the AnnotatedElement wrapped. |
|
java.util.List<java.lang.annotation.Annotation> |
getAnnotations()
This method is used to reflect all annotations from the AnnotatedElement wrapped. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PureJavaAnnotatedElementReflectionProvider(java.lang.reflect.AnnotatedElement element)
| Method Detail |
|---|
public java.util.List<java.lang.annotation.Annotation> getAnnotations()
AnnotatedElementReflectionProvider
getAnnotations in interface AnnotatedElementReflectionProviderpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotation)
AnnotatedElementReflectionProvider
getAnnotation in interface AnnotatedElementReflectionProviderannotation - Annotation to be reflected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||