groovy « wicket « Java Enterprise Q&A





1. Anonymous inner class in groovy    stackoverflow.com

I am looking into the groovy-wicket integration and lack of anonymous inner classes seems to be a problem when writing the event handlers. Is there a groovier way of writing this code

import ...