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

am: de1db61758

Change-Id: I435010db7eda813b36221090cc1e10a27e79480e
This commit is contained in:
Neil Fuller
2016-09-29 23:43:45 +00:00
committed by android-build-merger
3 changed files with 6 additions and 0 deletions

View File

@@ -51952,6 +51952,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

@@ -55486,6 +55486,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

@@ -52043,6 +52043,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 {