Code generation in Maven

后端 未结 3 1296
攒了一身酷
攒了一身酷 2021-02-13 22:53

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

3条回答
  •  半阙折子戏
    2021-02-13 23:34

    I have used APT-Jelly to successfully generate java source code from annotated java. You may want to check it out.

提交回复
热议问题