langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/Doc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    35  * are == comparable.
    35  * are == comparable.
    36  *
    36  *
    37  * @since 1.2
    37  * @since 1.2
    38  * @author Robert Field
    38  * @author Robert Field
    39  * @author Scott Seligman (generics, enums, annotations)
    39  * @author Scott Seligman (generics, enums, annotations)
       
    40  *
       
    41  * @deprecated
       
    42  *   The declarations in this package have been superseded by those
       
    43  *   in the package {@code jdk.javadoc.doclet}.
       
    44  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    40  */
    45  */
       
    46 @Deprecated
    41 public interface Doc extends Comparable<Object> {
    47 public interface Doc extends Comparable<Object> {
    42 
    48 
    43     /**
    49     /**
    44      * Return the text of the comment for this doc item.
    50      * Return the text of the comment for this doc item.
    45      * Tags have been removed.
    51      * Tags have been removed.