langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/Doclet.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
child 46081 7c6d73d10b6b
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    45  * the doclet.
    45  * the doclet.
    46  *
    46  *
    47  * <p> To start the doclet, pass
    47  * <p> To start the doclet, pass
    48  * {@code -doclet} followed by the fully-qualified
    48  * {@code -doclet} followed by the fully-qualified
    49  * name of the starting class on the javadoc tool command line.
    49  * name of the starting class on the javadoc tool command line.
       
    50  *
       
    51  * @deprecated
       
    52  *   The declarations in this package have been superseded by those
       
    53  *   in the package {@code jdk.javadoc.doclet}.
       
    54  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    50  */
    55  */
       
    56 @Deprecated
    51 public abstract class Doclet {
    57 public abstract class Doclet {
    52 
    58 
    53     /**
    59     /**
    54      * Generate documentation here.
    60      * Generate documentation here.
    55      * This method is required for all doclets.
    61      * This method is required for all doclets.