src/share/classes/com/sun/tools/apt/main/JavaCompiler.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 695
3c9b64e55c5d
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
43 import com.sun.tools.apt.util.Bark; 43 import com.sun.tools.apt.util.Bark;
44 import com.sun.mirror.apt.AnnotationProcessorFactory; 44 import com.sun.mirror.apt.AnnotationProcessorFactory;
45 import com.sun.tools.javac.parser.DocCommentScanner; 45 import com.sun.tools.javac.parser.DocCommentScanner;
46 46
47 /** 47 /**
48 * <p><b>This is NOT part of any API supported by Sun Microsystems. 48 * <p><b>This is NOT part of any supported API.
49 * If you write code that depends on this, you do so at your own 49 * If you write code that depends on this, you do so at your own
50 * risk. This code and its internal interfaces are subject to change 50 * risk. This code and its internal interfaces are subject to change
51 * or deletion without notice.</b> 51 * or deletion without notice.</b>
52 */ 52 */
53 @SuppressWarnings("deprecation") 53 @SuppressWarnings("deprecation")

mercurial