diff --git a/api/current.txt b/api/current.txt index 59601191f09eb..059eaf8e91cb7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49364,6 +49364,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 8ffd512c798cf..5608e0765cb8d 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51982,6 +51982,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 { }