diff --git a/api/current.txt b/api/current.txt index f92518f88be99..9f2c7869bfb9e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -50458,6 +50458,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 { } diff --git a/api/system-current.txt b/api/system-current.txt index 6bba573f67873..9ef773ce08dde 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -53167,6 +53167,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 { } diff --git a/api/test-current.txt b/api/test-current.txt index 66c856f08b7ae..d29c6bd72c42a 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -50474,6 +50474,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 { }