|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Annotated
Abstract introspected view of a Bean injectible field
Method Summary | ||
---|---|---|
|
getAnnotation(java.lang.Class<T> annotationType)
Returns the specified annotation or null if no annotation is declared |
|
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations()
Returns the set of declared annotations. |
|
java.lang.reflect.Type |
getBaseType()
Returns the declared Type |
|
java.util.Set<java.lang.reflect.Type> |
getTypeClosure()
Returns all exposed types |
|
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Returns the specified annotation or null if no annotation is declared |
Method Detail |
---|
java.lang.reflect.Type getBaseType()
java.util.Set<java.lang.reflect.Type> getTypeClosure()
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
java.util.Set<java.lang.annotation.Annotation> getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |