langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    58 import static com.sun.tools.apt.mirror.declaration.DeclarationMaker.isJavaIdentifier;
    58 import static com.sun.tools.apt.mirror.declaration.DeclarationMaker.isJavaIdentifier;
    59 
    59 
    60 /**
    60 /**
    61  * Apt compiler phase.
    61  * Apt compiler phase.
    62  *
    62  *
    63  *  <p><b>This is NOT part of any API supported by Sun Microsystems.
    63  *  <p><b>This is NOT part of any supported API.
    64  *  If you write code that depends on this, you do so at your own
    64  *  If you write code that depends on this, you do so at your own
    65  *  risk.  This code and its internal interfaces are subject to change
    65  *  risk.  This code and its internal interfaces are subject to change
    66  *  or deletion without notice.</b>
    66  *  or deletion without notice.</b>
    67  */
    67  */
    68 @SuppressWarnings("deprecation")
    68 @SuppressWarnings("deprecation")