8025913: Rename jdk.Supported to jdk.Exported

Reviewed-by: psandoz, forax, lancea, alanb, mchung, jjg
This commit is contained in:
Joe Darcy 2013-10-04 10:00:28 -07:00
parent bb40243d1a
commit e18872a5a9
111 changed files with 122 additions and 121 deletions

View file

@ -33,9 +33,9 @@ import javax.lang.model.element.Name;
*
* @since 1.8
*/
@jdk.Supported
@jdk.Exported
public interface AttributeTree extends DocTree {
@jdk.Supported
@jdk.Exported
enum ValueKind { EMPTY, UNQUOTED, SINGLE, DOUBLE };
Name getName();