diff --git a/api/current.txt b/api/current.txt index cd9741ddbfe91..bc3b007c9fdc4 100644 --- a/api/current.txt +++ b/api/current.txt @@ -48429,6 +48429,9 @@ package java.lang { field public static final java.lang.Class TYPE; } + public abstract class FunctionalInterface implements java.lang.annotation.Annotation { + } + public class IllegalAccessError extends java.lang.IncompatibleClassChangeError { ctor public IllegalAccessError(); ctor public IllegalAccessError(java.lang.String); diff --git a/api/system-current.txt b/api/system-current.txt index 821027f9cc960..97a4290f188d4 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51047,6 +51047,9 @@ package java.lang { field public static final java.lang.Class TYPE; } + public abstract class FunctionalInterface implements java.lang.annotation.Annotation { + } + public class IllegalAccessError extends java.lang.IncompatibleClassChangeError { ctor public IllegalAccessError(); ctor public IllegalAccessError(java.lang.String);