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

Print this page

        

@@ -30,11 +30,11 @@
  * Provides a listener to monitor the activity of the JDK Java Compiler, javac.
  *
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Supported
+@jdk.Exported
 public interface TaskListener
 {
     public void started(TaskEvent e);
 
     public void finished(TaskEvent e);