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

Commit 8ac0f453 authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Unhide constants related to type annotations"

parents b60951f6 4c1d37b2
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 {