src/share/classes/com/sun/tools/apt/comp/Apt.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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")

mercurial