From 4c1d37b2a03d59746c5e7735ca03b5f30e22d35d Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 28 Sep 2016 16:23:49 +0100 Subject: [PATCH] Unhide constants related to type annotations Type annotations are supported in the compiler, but not the Android runtime. Unhiding these is therefore still reasonable. Bug: 30391692 Test: make droid Change-Id: I39db1099918fe3bd6321f2d755a988cb73f657c6 --- api/current.txt | 2 ++ api/system-current.txt | 2 ++ api/test-current.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/api/current.txt b/api/current.txt index 125e11311b203..b79fbcecdeb68 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51763,6 +51763,8 @@ package java.lang.annotation { enum_constant public static final java.lang.annotation.ElementType PACKAGE; enum_constant public static final java.lang.annotation.ElementType PARAMETER; enum_constant public static final java.lang.annotation.ElementType TYPE; + enum_constant public static final java.lang.annotation.ElementType TYPE_PARAMETER; + enum_constant public static final java.lang.annotation.ElementType TYPE_USE; } public class IncompleteAnnotationException extends java.lang.RuntimeException { diff --git a/api/system-current.txt b/api/system-current.txt index 6dc2bcf5d9e1d..f878ec4a44cd3 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55120,6 +55120,8 @@ package java.lang.annotation { enum_constant public static final java.lang.annotation.ElementType PACKAGE; enum_constant public static final java.lang.annotation.ElementType PARAMETER; enum_constant public static final java.lang.annotation.ElementType TYPE; + enum_constant public static final java.lang.annotation.ElementType TYPE_PARAMETER; + enum_constant public static final java.lang.annotation.ElementType TYPE_USE; } public class IncompleteAnnotationException extends java.lang.RuntimeException { diff --git a/api/test-current.txt b/api/test-current.txt index 941790e11c01e..b43a151790177 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51843,6 +51843,8 @@ package java.lang.annotation { enum_constant public static final java.lang.annotation.ElementType PACKAGE; enum_constant public static final java.lang.annotation.ElementType PARAMETER; enum_constant public static final java.lang.annotation.ElementType TYPE; + enum_constant public static final java.lang.annotation.ElementType TYPE_PARAMETER; + enum_constant public static final java.lang.annotation.ElementType TYPE_USE; } public class IncompleteAnnotationException extends java.lang.RuntimeException {