-
- All Superinterfaces:
-
ClassDoc
,Comparable<Object>
,Doc
,ProgramElementDoc
,Type
@Deprecated(since="9", forRemoval=true) public interface AnnotationTypeDoc extends ClassDoc
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
-
-
方法摘要
所有方法 实例方法 抽象方法 弃用的方法 变量和类型 方法 描述 AnnotationTypeElementDoc[]
elements()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此批注类型的元素。-
声明方法的接口 com.sun.javadoc.ClassDoc
constructors, constructors, definesSerializableFields, enumConstants, 字段, 字段, findClass, importedClasses, importedPackages, innerClasses, innerClasses, interfaces, interfaceTypes, isAbstract, isExternalizable, isSerializable, methods, methods, serializableFields, serializationMethods, subclassOf, superclass, superclassType, typeParameters, typeParamTags
-
声明方法的接口 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.ProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
声明方法的接口 com.sun.javadoc.Type
asAnnotatedType, asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, getElementType, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName
-
-
-
-
方法详细信息
-
elements
AnnotationTypeElementDoc[] elements()
Deprecated, for removal: This API element is subject to removal in a future version.返回此批注类型的元素。 如果没有,则返回一个空数组。- 结果
- the elements of this annotation type.
-
-