|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.almende.util.AnnotationUtil.AnnotatedParam
public static class AnnotationUtil.AnnotatedParam
AnnotatedParam describes all annotations of a parameter.
Method Summary | ||
---|---|---|
|
getAnnotation(Class<T> type)
Get an annotation of this parameter by type. |
|
List<Annotation> |
getAnnotations()
Get all annotations of this parameter, defined in all implementations and interfaces of the class. |
|
Type |
getGenericType()
Get the generic type of the parameter |
|
Class<?> |
getType()
Get the type of the parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<Annotation> getAnnotations()
public <T> T getAnnotation(Class<T> type)
annotationClass
-
public Class<?> getType()
public Type getGenericType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |