langtools/src/share/classes/com/sun/tools/javac/main/JavacOption.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 11053 48713f779b1d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    32 import com.sun.tools.javac.util.Options;
    32 import com.sun.tools.javac.util.Options;
    33 
    33 
    34 /**
    34 /**
    35  * TODO: describe com.sun.tools.javac.main.JavacOption
    35  * TODO: describe com.sun.tools.javac.main.JavacOption
    36  *
    36  *
    37  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    37  * <p><b>This is NOT part of any supported API.
    38  * If you write code that depends on this, you do so at your own
    38  * If you write code that depends on this, you do so at your own
    39  * risk.  This code and its internal interfaces are subject to change
    39  * risk.  This code and its internal interfaces are subject to change
    40  * or deletion without notice.</b></p>
    40  * or deletion without notice.</b></p>
    41  */
    41  */
    42 public interface JavacOption {
    42 public interface JavacOption {