langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.java
changeset 14260 727a84636f12
parent 14258 8d2148961366
child 14265 4e8e488eeae0
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    31 import com.sun.javadoc.*;
    31 import com.sun.javadoc.*;
    32 
    32 
    33 /**
    33 /**
    34  * The interface for writing constants summary output.
    34  * The interface for writing constants summary output.
    35  *
    35  *
    36  * This code is not part of an API.
    36  *  <p><b>This is NOT part of any supported API.
    37  * It is implementation that is subject to change.
    37  *  If you write code that depends on this, you do so at your own risk.
    38  * Do not use it as an API
    38  *  This code and its internal interfaces are subject to change or
       
    39  *  deletion without notice.</b>
    39  *
    40  *
    40  * @author Jamie Ho
    41  * @author Jamie Ho
    41  * @author Bhavesh Patel (Modified)
    42  * @author Bhavesh Patel (Modified)
    42  * @since 1.5
    43  * @since 1.5
    43  */
    44  */