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

Interface AnnotationValue


  • @Deprecated(since="9",
                forRemoval=true)
    public interface AnnotationValue
    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
    • 方法摘要

      所有方法  实例方法 抽象方法  弃用的方法 
      变量和类型 方法 描述
      String toString()
      不推荐使用,要删除:此API元素将在以后的版本中删除。
      返回值的字符串表示形式。
      Object value()
      不推荐使用,要删除:此API元素将在以后的版本中删除。
      返回值。
    • 方法详细信息

      • value

        Object value()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回值。 返回的对象的类型是以下之一:
        • 原始类型的包装类
        • String
        • Type (代表一个类文字)
        • FieldDoc (表示枚举常量)
        • AnnotationDesc
        • AnnotationValue[]
        结果
        价值。
      • toString

        String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        返回值的字符串表示形式。
        重写:
        toString在类 Object
        结果
        Java语言注释值表达式的文本,其值是此元素的值。