diff --git a/api/current.txt b/api/current.txt index 29f6c8200a10b..ea640aa4c0c26 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51917,6 +51917,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 38b9ee744156c..872c8fd1bd11c 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55378,6 +55378,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 c2a879ab77bd8..dcdcf9d1acb15 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51998,6 +51998,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 { }