src/share/classes/com/sun/source/util/JavacTask.java

changeset 2083
379c04c090cf
parent 1647
578eb3dd111d
child 2525
2eb010b6cb22
equal deleted inserted replaced
2082:c0d44b1e6b6a 2083:379c04c090cf
46 * 46 *
47 * @author Peter von der Ahé 47 * @author Peter von der Ahé
48 * @author Jonathan Gibbons 48 * @author Jonathan Gibbons
49 * @since 1.6 49 * @since 1.6
50 */ 50 */
51 @jdk.Supported 51 @jdk.Exported
52 public abstract class JavacTask implements CompilationTask { 52 public abstract class JavacTask implements CompilationTask {
53 53
54 /** 54 /**
55 * Get the {@code JavacTask} for a {@code ProcessingEnvironment}. 55 * Get the {@code JavacTask} for a {@code ProcessingEnvironment}.
56 * If the compiler is being invoked using a 56 * If the compiler is being invoked using a

mercurial