| Modifier and Type | Field and Description |
|---|---|
static EmptyAnnotated |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
java.lang.reflect.Type |
getBaseType() |
java.util.Set<java.lang.reflect.Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
public static final EmptyAnnotated INSTANCE
public java.lang.reflect.Type getBaseType()
getBaseType in interface Annotatedpublic java.util.Set<java.lang.reflect.Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface Annotatedpublic java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface AnnotatedCopyright © 2015. All Rights Reserved.