langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    34  *  deletion without notice.</b>
    34  *  deletion without notice.</b>
    35  *
    35  *
    36  * @author Jamie Ho
    36  * @author Jamie Ho
    37  * @since 1.5
    37  * @since 1.5
    38  */
    38  */
       
    39 @Deprecated
    39 public interface LinkOutput {
    40 public interface LinkOutput {
    40 
    41 
    41     /**
    42     /**
    42      * Append the given object to the output.
    43      * Append the given object to the output.
    43      *
    44      *