模块  jdk.javadoc
软件包  com.sun.javadoc

Interface AnnotationTypeDoc

  • All Superinterfaces:
    ClassDocComparable<Object>DocProgramElementDocType

    @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 package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
    表示注释类型。
    从以下版本开始:
    1.5
    • 方法详细信息

      • elements

        AnnotationTypeElementDoc[] elements()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回此批注类型的元素。 如果没有,则返回一个空数组。
        结果
        the elements of this annotation type.