Just wanted to let you all know that diamond syntax with anonymous classes are available in JDK 9 as of build 59 [1].
I've often found myself writing code like
add(new ListView<AnnoyingTypeParameterThatCantBeInferred>(.....) {
....
});
so I think this feature is most welcomed by Wicket users :-)
[1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-April/002130.html
-- Andreas
