JDK 8 code review request for 8005623: Retrofit FunctionalInterface annotations to core platform interfaces

Alan Bateman Alan.Bateman at oracle.com
Wed Feb 6 08:54:37 UTC 2013


On 05/02/2013 22:16, Joe Darcy wrote:
> :
>
> Webrev:
>     http://cr.openjdk.java.net/~darcy/8005623.0/
>
> This review is both to cover the addition of @FunctionalInterface to 
> the types above and also to query if the annotation should be included 
> in any of the other types below under the same bug. 
Looks good to me. I would also include PathMatcher and 
DirectoryStream.Filter in this first cut.

BTW: You mentioned XML as an area that you plan to look at it. One issue 
to be aware of is that they are currently compiled with the boot JDK so 
they can't make use of new APIs (this is true of the new build too, at 
least at this time).

-Alan



More information about the core-libs-dev mailing list