langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/BaseExecutableMemberTaglet.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    35  *  deletion without notice.</b>
    35  *  deletion without notice.</b>
    36  *
    36  *
    37  * @author Jamie Ho
    37  * @author Jamie Ho
    38  * @since 1.4
    38  * @since 1.4
    39  */
    39  */
       
    40 @Deprecated
    40 public abstract class BaseExecutableMemberTaglet extends BaseTaglet {
    41 public abstract class BaseExecutableMemberTaglet extends BaseTaglet {
    41 
    42 
    42     /**
    43     /**
    43      * Return true if this <code>Taglet</code>
    44      * Return true if this <code>Taglet</code>
    44      * is used in field documentation.
    45      * is used in field documentation.