ExecutableElement
.@Deprecated public interface AnnotationTypeElementDeclaration extends MethodDeclaration
Modifier and Type | Method and Description |
---|---|
AnnotationTypeDeclaration |
getDeclaringType()
Deprecated.
Returns the type declaration within which this member or constructor
is declared.
|
AnnotationValue |
getDefaultValue()
Deprecated.
Returns the default value of this element.
|
getReturnType
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
AnnotationValue getDefaultValue()
AnnotationTypeDeclaration getDeclaringType()
getDeclaringType
in interface MemberDeclaration
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.