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

Commit 31312ecf authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Unhide @Repeatable"

parents 45a1ea33 6fa925a7
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 {
  }