mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24: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
|
@ -39,11 +39,13 @@ package com.sun.source.tree;
|
|||
*
|
||||
* @since 1.6
|
||||
*/
|
||||
@jdk.Supported
|
||||
public interface Tree {
|
||||
|
||||
/**
|
||||
* Enumerates all kinds of trees.
|
||||
*/
|
||||
@jdk.Supported
|
||||
public enum Kind {
|
||||
|
||||
ANNOTATED_TYPE(AnnotatedTypeTree.class),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue