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

Interface AnnotationTypeElementDoc

  • All Superinterfaces:
    Comparable<Object>DocExecutableMemberDocMemberDocMethodDocProgramElementDoc

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

      • defaultValue

        AnnotationValue defaultValue()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回此元素的默认值。 如果此元素没有默认值,则返回null。
        结果
        the default value of this element.