diff options
| -rw-r--r-- | api/current.txt | 3 | ||||
| -rw-r--r-- | api/system-current.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index cd9741ddbfe9..bc3b007c9fdc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -48429,6 +48429,9 @@ package java.lang { field public static final java.lang.Class<java.lang.Float> 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 821027f9cc96..97a4290f188d 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<java.lang.Float> 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); |