mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8025913: Rename jdk.Supported to jdk.Exported
Reviewed-by: psandoz, forax, lancea, alanb, mchung, jjg
This commit is contained in:
parent
bb40243d1a
commit
e18872a5a9
111 changed files with 122 additions and 121 deletions
|
@ -30,9 +30,9 @@ package com.sun.source.doctree;
|
|||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
@jdk.Supported
|
||||
@jdk.Exported
|
||||
public interface DocTree {
|
||||
@jdk.Supported
|
||||
@jdk.Exported
|
||||
enum Kind {
|
||||
/**
|
||||
* Used for instances of {@link AttributeTree}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue