public interface AnnotationElementDeclaration extends TypeBodyDeclaration, TypedElement
[JLS3:9.6] Annotation Types
Modifier and Type | Method and Description |
---|---|
Expression |
getDefaultExpression()
Returns the default value of the element.
|
SimpleName |
getName()
Returns the annotation element name.
|
Type |
getType()
Returns the annotation element type.
|
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Type getType()
SimpleName getName()
Expression getDefaultExpression()
null
if there is no default valueCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.