< prev index next >

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

Print this page

        

@@ -48,10 +48,14 @@
  * @author Peter von der Ah&eacute;
  * @author Jonathan Gibbons
  * @since 1.6
  */
 public abstract class JavacTask implements CompilationTask {
+    /**
+     * Constructor for subclasses to call.
+     */
+    public JavacTask() {}
 
     /**
      * Returns the {@code JavacTask} for a {@code ProcessingEnvironment}.
      * If the compiler is being invoked using a
      * {@link javax.tools.JavaCompiler.CompilationTask CompilationTask},
< prev index next >