Merge "Unhide constants related to type annotations" am: 8ac0f45384

am: 505b90ad5c

Change-Id: I797a398fa2f86357afc6c9fdc05166303db326d5
This commit is contained in:
Neil Fuller
2016-09-29 13:24:23 +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 {