I am looking for a Java or Groovy library to generate Groovy class source files. I have CodeModel and this post , but they are for Java.
Basically, I would like to create a Groovy class, programmatically knowing the class name, class attributes and generating specific methods depending on the class attributes.
I know Groovy templates, but there may be other ways.
thanks
java code-generation groovy
rochb
source share