src/share/classes/com/sun/tools/apt/main/Main.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 789
878c8f760ded
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
59 import static com.sun.tools.javac.file.Paths.pathToURLs; 59 import static com.sun.tools.javac.file.Paths.pathToURLs;
60 60
61 /** This class provides a commandline interface to the apt build-time 61 /** This class provides a commandline interface to the apt build-time
62 * tool. 62 * tool.
63 * 63 *
64 * <p><b>This is NOT part of any API supported by Sun Microsystems. 64 * <p><b>This is NOT part of any supported API.
65 * If you write code that depends on this, you do so at your own 65 * If you write code that depends on this, you do so at your own
66 * risk. This code and its internal interfaces are subject to change 66 * risk. This code and its internal interfaces are subject to change
67 * or deletion without notice.</b> 67 * or deletion without notice.</b>
68 */ 68 */
69 @SuppressWarnings("deprecation") 69 @SuppressWarnings("deprecation")

mercurial