I want to autogenerate some java classes from interfaces. My first thought was to write a code generator, and integrate it as a maven plugin.
I was thinking of creating
I have used APT-Jelly to successfully generate java source code from annotated java. You may want to check it out.