langtools/src/share/classes/com/sun/tools/javac/jvm/Target.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6592 dc56420a69bc
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    31 import com.sun.tools.javac.code.Symbol;
    31 import com.sun.tools.javac.code.Symbol;
    32 import com.sun.tools.javac.util.*;
    32 import com.sun.tools.javac.util.*;
    33 
    33 
    34 /** The classfile version target.
    34 /** The classfile version target.
    35  *
    35  *
    36  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    36  *  <p><b>This is NOT part of any supported API.
    37  *  you write code that depends on this, you do so at your own risk.
    37  *  If you write code that depends on this, you do so at your own risk.
    38  *  This code and its internal interfaces are subject to change or
    38  *  This code and its internal interfaces are subject to change or
    39  *  deletion without notice.</b>
    39  *  deletion without notice.</b>
    40  */
    40  */
    41 public enum Target {
    41 public enum Target {
    42     JDK1_1("1.1", 45, 3),
    42     JDK1_1("1.1", 45, 3),