langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/InheritableTaglet.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    37  *  deletion without notice.</b>
    37  *  deletion without notice.</b>
    38  *
    38  *
    39  * @author Jamie Ho
    39  * @author Jamie Ho
    40  * @since 1.5
    40  * @since 1.5
    41  */
    41  */
       
    42 @Deprecated
    42 public interface InheritableTaglet extends Taglet {
    43 public interface InheritableTaglet extends Taglet {
    43 
    44 
    44     /**
    45     /**
    45      * Given an {@link com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output}
    46      * Given an {@link com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output}
    46      * object, set its values with the appropriate information to inherit
    47      * object, set its values with the appropriate information to inherit