public interface AnnotationElement<O extends JavaAnnotation<O>> extends AnnotationTarget<O>, Origin<O>, Named
JavaAnnotation.| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationElement.ReadDefaultValue<O extends JavaAnnotation<O>>
Represents the default value of a given
AnnotationElement. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement.ReadDefaultValue<O> |
getDefaultValue() |
String |
getQualifiedType()
Get this annotation element's fully qualified type.
|
String |
getType()
Get this annotation element's type.
|
Type<O> |
getTypeInspector()
Get this annotation element's
Type |
boolean |
isType(Class<?> type)
Attempt to determine if this annotation element is of the same type as the given type.
|
boolean |
isType(String type)
Attempt to determine if this annotation element is of the same type as the given type.
|
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationgetInternalString getType()
String getQualifiedType()
boolean isType(Class<?> type)
boolean isType(String type)
AnnotationElement.ReadDefaultValue<O> getDefaultValue()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.