-
- 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.表示注释类型的元素。- 从以下版本开始:
- 1.5
-
-
方法摘要
所有方法 实例方法 抽象方法 弃用的方法 变量和类型 方法 描述 AnnotationValue
defaultValue()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此元素的默认值。-
声明方法的接口 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
-
声明方法的接口 com.sun.javadoc.ExecutableMemberDoc
flatSignature, isNative, isSynchronized, isVarArgs, parameters, paramTags, receiverType, signature, thrownExceptions, thrownExceptionTypes, throwsTags, typeParameters, typeParamTags
-
声明方法的接口 com.sun.javadoc.MemberDoc
isSynthetic
-
声明方法的接口 com.sun.javadoc.MethodDoc
isAbstract, isDefault, overriddenClass, overriddenMethod, overriddenType, overrides, returnType
-
声明方法的接口 com.sun.javadoc.ProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
-
-
-
方法详细信息
-
defaultValue
AnnotationValue defaultValue()
Deprecated, for removal: This API element is subject to removal in a future version.返回此元素的默认值。 如果此元素没有默认值,则返回null。- 结果
- the default value of this element.
-
-