Merge "Unhide constants related to type annotations"

am: 8ac0f45384

Change-Id: I982c4f9fa09469d4c25aa23de277a87dd7a391c2
This commit is contained in:
Neil Fuller
2016-09-29 13:16:40 +00:00
committed by android-build-merger
3 changed files with 6 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {