On Fri, Jul 27, 2012 at 1:53 PM, Martin Grigorov <[email protected]> wrote: >> Before we start painting the bike shed, it's unfortunate that we don't >> have Java 8 to do this properly. Wicket 8? > > I guess you talk about SAMs ? > I'm not sure that this will help because you receive a live instance > of ART in onXYZ() and it is too late to extend it at that time.
I meant the default extension method for extending interfaces with new methods, and providing a default. Might be that that is already available in Java 7. With all the shifting of functionalities, who has the time to keep up with Java releases... Martijn
