I\'m aware of the built in code generation and refactoring one can do with the \"Source\" and \"Refactor\" menu items in Eclipse.
I also use the Commonclipse plugin to
I just released my personal Java code generator: JCG. You can find it at
https://github.com/makkax/JavaCodeGenerator
It's a generator written in Java where you directly code all Java types, fields, methods & annotations without the need of templates.
With JCG you can easily generate any number of Java types with complex interdependencies.