JDK 8 code review request for 8005042 Add Method.isDefault to core reflection
Alan Bateman
Alan.Bateman at oracle.com
Tue Dec 18 21:12:26 UTC 2012
On 18/12/2012 20:43, Joe Darcy wrote:
> Hello,
>
> Please review these changes to add core reflection support to
> recognize default methods:
>
> 8005042 Add Method.isDefault to core reflection
> http://cr.openjdk.java.net/~darcy/8005042.0/
>
> Thanks,
>
> -Joe
>
This looks okay to me except that I would probably have gone for
something like "Tells if this method is a default method as defined by
the JLS" and keep the description for @return short.
-Alan.
More information about the core-libs-dev
mailing list