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

Commit 9a33f340 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

Change-Id: I435010db7eda813b36221090cc1e10a27e79480e
parents 873747ec de1db617
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -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 {