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

Commit 32ed4a14 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Unhide constants related to type annotations" am: 8ac0f453 am: 505b90ad am: de1db617

am: 9a33f340

Change-Id: Iaf3c083849d4712e5245f4cc62b403dded17a9be
parents c1af8ac6 9a33f340
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52072,6 +52072,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
@@ -55609,6 +55609,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
@@ -52174,6 +52174,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 {