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

Print this page

        

*** 34,49 **** --- 34,51 ---- * Provides details about work that has been done by the JDK Java Compiler, javac. * * @author Jonathan Gibbons * @since 1.6 */ + @jdk.Supported public final class TaskEvent { /** * Kind of task event. * @since 1.6 */ + @jdk.Supported public enum Kind { /** * For events related to the parsing of a file. */ PARSE,