mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8008267: Add @Supported annotation to com.sun.source types
Reviewed-by: jjg
This commit is contained in:
parent
971f247b1b
commit
6e097b8776
108 changed files with 212 additions and 98 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue