-
- All Superinterfaces:
-
Comparable<Object>
,Doc
,ExecutableMemberDoc
,MemberDoc
,MethodDoc
,ProgramElementDoc
已过时。该包中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。
@Deprecated public interface AnnotationTypeElementDoc extends MethodDoc
表示注释类型的元素。- 从以下版本开始:
- 1.5
-
-
方法摘要
所有方法 接口方法 抽象方法 弃用的方法 Modifier and Type 方法 描述 AnnotationValue
defaultValue()
已过时。返回此元素的默认值。-
Methods inherited from interface com.sun.javadoc.Doc
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
-
Methods inherited from interface com.sun.javadoc.ExecutableMemberDoc
flatSignature, isNative, isSynchronized, isVarArgs, parameters, paramTags, receiverType, signature, thrownExceptions, thrownExceptionTypes, throwsTags, typeParameters, typeParamTags
-
Methods inherited from interface com.sun.javadoc.MemberDoc
isSynthetic
-
Methods inherited from interface com.sun.javadoc.MethodDoc
isAbstract, isDefault, overriddenClass, overriddenMethod, overriddenType, overrides, returnType
-
Methods inherited from interface com.sun.javadoc.ProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
-
-
-
方法详细信息
-
defaultValue
AnnotationValue defaultValue()
已过时。返回此元素的默认值。 如果此元素没有默认值,则返回null。- 结果
- 该元素的默认值。
-
-