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

Commit 833c9fcd authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Unhide @Repeatable"

am: 31312ecf

* commit '31312ecf':
  Unhide @Repeatable
parents 79bd8e88 31312ecf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -49363,6 +49363,9 @@ package java.lang.annotation {
  public abstract class Inherited implements java.lang.annotation.Annotation {
  }
  public abstract class Repeatable implements java.lang.annotation.Annotation {
  }
  public abstract class Retention implements java.lang.annotation.Annotation {
  }
+3 −0
Original line number Diff line number Diff line
@@ -51981,6 +51981,9 @@ package java.lang.annotation {
  public abstract class Inherited implements java.lang.annotation.Annotation {
  }
  public abstract class Repeatable implements java.lang.annotation.Annotation {
  }
  public abstract class Retention implements java.lang.annotation.Annotation {
  }