8008267: Add @Supported annotation to com.sun.source types

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2013-02-19 00:31:45 -08:00
parent 971f247b1b
commit 6e097b8776
108 changed files with 212 additions and 98 deletions

View file

@ -36,12 +36,14 @@ import com.sun.source.tree.CompilationUnitTree;
* @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.