langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/ClassDoc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    38  * @see Type
    38  * @see Type
    39  *
    39  *
    40  * @since 1.2
    40  * @since 1.2
    41  * @author Kaiyang Liu (original)
    41  * @author Kaiyang Liu (original)
    42  * @author Robert Field (rewrite)
    42  * @author Robert Field (rewrite)
       
    43  *
       
    44  * @deprecated
       
    45  *   The declarations in this package have been superseded by those
       
    46  *   in the package {@code jdk.javadoc.doclet}.
       
    47  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    43  */
    48  */
       
    49 @Deprecated
    44 public interface ClassDoc extends ProgramElementDoc, Type {
    50 public interface ClassDoc extends ProgramElementDoc, Type {
    45 
    51 
    46     /**
    52     /**
    47      * Return true if this class is abstract.  Return true
    53      * Return true if this class is abstract.  Return true
    48      * for all interfaces.
    54      * for all interfaces.