I installed JDK 1.8u25, and tried to compile this, but I errors like this:
test.java:132: error: cannot find symbol
public final Named<String> Foo = get(() -> foo).set(value -> foo = value).named("Foo");
^
symbol: method get(()->foo)
location: class ExplicitPropertyNames
I installed JDK 1.8u25, and tried to compile this, but I errors like this: