diff --git a/api/current.txt b/api/current.txt index bacb4dd881ddd..535eb113fd273 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49413,6 +49413,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Native implements java.lang.annotation.Annotation { + } + public abstract class Repeatable implements java.lang.annotation.Annotation { } diff --git a/api/system-current.txt b/api/system-current.txt index 271b0e801c452..d8c52ade40519 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -52031,6 +52031,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Native implements java.lang.annotation.Annotation { + } + public abstract class Repeatable implements java.lang.annotation.Annotation { }