New lambda binary drop (b62)
Roman Shevchenko
roman.shevchenko at jetbrains.com
Fri Oct 26 11:38:43 PDT 2012
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