@Beta public interface AnnotationTypeElementDeclaration extends MemberDeclaration
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue() |
Expression |
getDefaultValueExpression() |
TypeReference |
getType() |
getDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedfindAnnotation, getAnnotationsgetCompilationUnit, getSimpleNameExpression getDefaultValueExpression()
null
if there is no default value or this annotation element is
declared in an external Java class.java.lang.Object getDefaultValue()
null if the is no default valueTypeReference getType()