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

Interface AnnotationDesc


  • @Deprecated(since="9",
                forRemoval=true)
    public interface AnnotationDesc
    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
    • 嵌套类汇总

      嵌套类  
      变量和类型 接口 描述
      static interface  AnnotationDesc.ElementValuePair
      不推荐使用,要删除:此API元素将在以后的版本中删除。
      此程序包中的声明已被程序包jdk.javadoc.doclet的声明取代。
    • 方法详细信息

      • annotationType

        AnnotationTypeDoc annotationType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回此批注的批注类型。
        结果
        此批注的注释类型。
      • elementValues

        AnnotationDesc.ElementValuePair[] elementValues()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回此批注的元素及其值。 仅包括明确存在于注释中的那些,而不是那些采用其默认值的那些。 如果没有,则返回一个空数组。
        结果
        此注释的元素及其值。
      • isSynthesized

        boolean isSynthesized()
        Deprecated, for removal: This API element is subject to removal in a future version.
        检查注释上的合成位。
        结果
        如果注释是合成的,则为true。