Default Methods Syntax Flag Day

Mike Duigou mike.duigou at oracle.com
Tue Nov 6 10:26:47 PST 2012


Hello Lambdoners!

The day has finally come. Today I will be attempting to convert the lambda JDK repo to use the latest EDR syntax.

public void method() default { foo(); }

becomes

public default void method() { foo(); }

I expect to commit the change around Wednesday noon PST

Mike


More information about the lambda-dev mailing list