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