langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationValue.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    29 /**
    29 /**
    30  * Represents a value of an annotation type element.
    30  * Represents a value of an annotation type element.
    31  *
    31  *
    32  * @author Scott Seligman
    32  * @author Scott Seligman
    33  * @since 1.5
    33  * @since 1.5
       
    34  *
       
    35  * @deprecated
       
    36  *   The declarations in this package have been superseded by those
       
    37  *   in the package {@code jdk.javadoc.doclet}.
       
    38  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    34  */
    39  */
       
    40 @Deprecated
    35 public interface AnnotationValue {
    41 public interface AnnotationValue {
    36 
    42 
    37     /**
    43     /**
    38      * Returns the value.
    44      * Returns the value.
    39      * The type of the returned object is one of the following:
    45      * The type of the returned object is one of the following: