diff --git a/api/current.txt b/api/current.txt index ec59d032ca5d6..5e2a5c6e0b546 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51931,6 +51931,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 5d590c8991cac..c1a5176ce42bc 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55392,6 +55392,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 7c173160f27a4..d07b7843e2409 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -52015,6 +52015,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 { }