langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/TagletManager.java
changeset 14260 727a84636f12
parent 14258 8d2148961366
child 14263 473b1eaede64
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    34 import com.sun.tools.doclets.internal.toolkit.util.*;
    34 import com.sun.tools.doclets.internal.toolkit.util.*;
    35 
    35 
    36 /**
    36 /**
    37  * Manages the<code>Taglet</code>s used by doclets.
    37  * Manages the<code>Taglet</code>s used by doclets.
    38  *
    38  *
    39  * This code is not part of an API.
    39  *  <p><b>This is NOT part of any supported API.
    40  * It is implementation that is subject to change.
    40  *  If you write code that depends on this, you do so at your own risk.
    41  * Do not use it as an API
    41  *  This code and its internal interfaces are subject to change or
       
    42  *  deletion without notice.</b>
    42  *
    43  *
    43  * @author Jamie Ho
    44  * @author Jamie Ho
    44  * @since 1.4
    45  * @since 1.4
    45  */
    46  */
    46 
    47