src/share/classes/com/sun/tools/javac/model/JavacTypes.java

changeset 591
d1d7595fa824
parent 581
f2fdd52e4e87
child 675
12d8f7e417fd
equal deleted inserted replaced
574:9d02c4ce4275 591:d1d7595fa824
35 import com.sun.tools.javac.util.*; 35 import com.sun.tools.javac.util.*;
36 36
37 /** 37 /**
38 * Utility methods for operating on types. 38 * Utility methods for operating on types.
39 * 39 *
40 * <p><b>This is NOT part of any API supported by Sun Microsystems. 40 * <p><b>This is NOT part of any supported API.
41 * If you write code that depends on this, you do so at your own 41 * If you write code that depends on this, you do so at your own
42 * risk. This code and its internal interfaces are subject to change 42 * risk. This code and its internal interfaces are subject to change
43 * or deletion without notice.</b></p> 43 * or deletion without notice.</b></p>
44 */ 44 */
45 public class JavacTypes implements javax.lang.model.util.Types { 45 public class JavacTypes implements javax.lang.model.util.Types {

mercurial