langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java
changeset 38617 d93a7f64e231
parent 29957 7740f9657f56
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    44  *  This code and its internal interfaces are subject to change or
    44  *  This code and its internal interfaces are subject to change or
    45  *  deletion without notice.</b>
    45  *  deletion without notice.</b>
    46  *
    46  *
    47  * @author Atul M Dambalkar
    47  * @author Atul M Dambalkar
    48  */
    48  */
       
    49 @Deprecated
    49 public abstract class AbstractTreeWriter extends HtmlDocletWriter {
    50 public abstract class AbstractTreeWriter extends HtmlDocletWriter {
    50 
    51 
    51     /**
    52     /**
    52      * The class and interface tree built by using {@link ClassTree}
    53      * The class and interface tree built by using {@link ClassTree}
    53      */
    54      */