Merge "Unhide constants related to type annotations"

This commit is contained in:
Neil Fuller
2016-09-29 13:07:44 +00:00
committed by Gerrit Code Review
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 {