From 679e4037f2715560226f6316106df8b21e37e010 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Mon, 18 Jan 2016 16:20:56 -0800 Subject: [PATCH] Unhide @FunctionalInterface Bug: 26623636 (cherry-picked from commit c5064327eae625b67013736048e35388decce52b) Change-Id: I05fc731356891c4fdba79701b1b87384841d56ca --- api/current.txt | 3 +++ api/system-current.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/api/current.txt b/api/current.txt index b4ba7d593808b..59601191f09eb 100644 --- a/api/current.txt +++ b/api/current.txt @@ -48430,6 +48430,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 ea7275ee34835..8ffd512c798cf 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51048,6 +51048,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);