src/share/classes/com/sun/tools/javac/code/Source.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 591
d1d7595fa824
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
31 import static javax.lang.model.SourceVersion.*; 31 import static javax.lang.model.SourceVersion.*;
32 import java.util.*; 32 import java.util.*;
33 33
34 /** The source language version accepted. 34 /** The source language version accepted.
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 Source { 41 public enum Source {
42 /** 1.0 had no inner classes, and so could not pass the JCK. */ 42 /** 1.0 had no inner classes, and so could not pass the JCK. */

mercurial