langtools/src/share/classes/com/sun/tools/apt/main/Main.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7637 467bc8fc514e
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    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")