diff --git a/api/current.txt b/api/current.txt index de1bfa13f1361..70939f8c34513 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51718,6 +51718,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 4667b4dcc1448..8409ee26e3070 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55074,6 +55074,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/test-current.txt b/api/test-current.txt index ffb1a4c302392..57d6f66698fb5 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51798,6 +51798,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 { }