Interface AnnotationTypeElementDoc
- All Superinterfaces:
Comparable<Object>, Doc, ExecutableMemberDoc, MemberDoc, MethodDoc, ProgramElementDoc
- All Known Implementing Classes:
AnnotationTypeElementDocImpl
Deprecated.
Represents an element of an annotation type.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the default value of this element.Methods inherited from interface Doc
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tagsMethods inherited from interface ExecutableMemberDoc
flatSignature, isNative, isSynchronized, isVarArgs, parameters, paramTags, receiverType, signature, thrownExceptions, thrownExceptionTypes, throwsTags, typeParameters, typeParamTagsMethods inherited from interface MemberDoc
isSyntheticMethods inherited from interface MethodDoc
isAbstract, isDefault, overriddenClass, overriddenMethod, overriddenType, overrides, returnTypeMethods inherited from interface ProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
Method Details
-
defaultValue
AnnotationValue defaultValue()Deprecated.Returns the default value of this element. Returns null if this element has no default.- Returns:
- the default value of this element.
-
jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.