langtools/src/share/classes/com/sun/tools/javac/main/Main.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5857 84d4886d48aa
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    45 import javax.tools.JavaFileObject;
    45 import javax.tools.JavaFileObject;
    46 import javax.annotation.processing.Processor;
    46 import javax.annotation.processing.Processor;
    47 
    47 
    48 /** This class provides a commandline interface to the GJC compiler.
    48 /** This class provides a commandline interface to the GJC compiler.
    49  *
    49  *
    50  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    50  *  <p><b>This is NOT part of any supported API.
    51  *  you write code that depends on this, you do so at your own risk.
    51  *  If you write code that depends on this, you do so at your own risk.
    52  *  This code and its internal interfaces are subject to change or
    52  *  This code and its internal interfaces are subject to change or
    53  *  deletion without notice.</b>
    53  *  deletion without notice.</b>
    54  */
    54  */
    55 public class Main {
    55 public class Main {
    56 
    56