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

Commit 505b90ad authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Unhide constants related to type annotations"

am: 8ac0f453

Change-Id: I982c4f9fa09469d4c25aa23de277a87dd7a391c2
parents 67492257 8ac0f453
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 {