New lambda binary drop (b62)
Brian Goetz
brian.goetz at oracle.com
Fri Oct 26 11:52:23 PDT 2012
We're still determining how to surface default-ness in reflection (and
javax.lang.model.) Stay tuned!
On 10/26/2012 2:38 PM, Roman Shevchenko wrote:
> Hi Mike!
>
> Does this mean that "default" become an official modifier (in a sense of
> java.lang.reflect.Modifier)?
>
>
> On Fri, 26 Oct 2012 01:58:02 +0200, Mike Duigou <mike.duigou at oracle.com>
> wrote:
>
>> As previously announced we will soon be converting the lambda javac
>> compiler and jdk sources to use the EDR default method syntax. ie.
>>
>> public void foo() default { bar(); }
>>
>> becomes
>>
>> public default foo() { bar(); }
>
More information about the lambda-dev
mailing list