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

changeset 591
d1d7595fa824
parent 581
f2fdd52e4e87
child 706
971c8132f5b2
equal deleted inserted replaced
574:9d02c4ce4275 591:d1d7595fa824
51 import static javax.lang.model.util.ElementFilter.methodsIn; 51 import static javax.lang.model.util.ElementFilter.methodsIn;
52 52
53 /** 53 /**
54 * Utility methods for operating on program elements. 54 * Utility methods for operating on program elements.
55 * 55 *
56 * <p><b>This is NOT part of any API supported by Sun Microsystems. 56 * <p><b>This is NOT part of any supported API.
57 * If you write code that depends on this, you do so at your own 57 * If you write code that depends on this, you do so at your own
58 * risk. This code and its internal interfaces are subject to change 58 * risk. This code and its internal interfaces are subject to change
59 * or deletion without notice.</b></p> 59 * or deletion without notice.</b></p>
60 */ 60 */
61 public class JavacElements implements Elements { 61 public class JavacElements implements Elements {

mercurial