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

后端 未结 12 2248
灰色年华
灰色年华 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:17

    Eclipse Xtend is a very powerful code generator that, among other things, supports closures and data classes - automatic getters/setters/hashCode/equals.

提交回复
热议问题