Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c1d37b2 authored by Neil Fuller's avatar Neil Fuller
Browse files

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
parent b36fad8a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -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 {