What are the best Java code generation tools or plugins to use in Eclipse?

后端 未结 12 2128
灰色年华
灰色年华 2021-01-30 23:43

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

12条回答
  •  鱼传尺愫
    2021-01-31 00:11

    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.

提交回复
热议问题