- 
- All Superinterfaces:
- Comparable<Object>,- Doc,- ExecutableMemberDoc,- MemberDoc,- MethodDoc,- ProgramElementDoc
 
 @Deprecated(since="9", forRemoval=true) public interface AnnotationTypeElementDoc extends MethodDoc Deprecated, for removal: This API element is subject to removal in a future version.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.Represents an element of an annotation type.- Since:
- 1.5
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AnnotationValuedefaultValue()Deprecated, for removal: This API element is subject to removal in a future version.Returns the default value of this element.- 
Methods declared in interface com.sun.javadoc.DoccommentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
 - 
Methods declared in interface com.sun.javadoc.ExecutableMemberDocflatSignature, isNative, isSynchronized, isVarArgs, parameters, paramTags, receiverType, signature, thrownExceptions, thrownExceptionTypes, throwsTags, typeParameters, typeParamTags
 - 
Methods declared in interface com.sun.javadoc.MemberDocisSynthetic
 - 
Methods declared in interface com.sun.javadoc.MethodDocisAbstract, isDefault, overriddenClass, overriddenMethod, overriddenType, overrides, returnType
 - 
Methods declared in interface com.sun.javadoc.ProgramElementDocannotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
- 
 
- 
- 
- 
Method Detail- 
defaultValueAnnotationValue defaultValue() Deprecated, for removal: This API element is subject to removal in a future version.Returns the default value of this element. Returns null if this element has no default.- Returns:
- the default value of this element.
 
 
- 
 
-