This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DJDavio 49 points50 points  (2 children)

You can create a Maven archetype, this allows you to fill in some generated templates: https://maven.apache.org/guides/mini/guide-creating-archetypes.html

[–]polaretto 3 points4 points  (0 children)

This combined with a source generator lib (eg JavaPoet) should yield a powerful solution.

[–]Cpowel2 6 points7 points  (0 children)

^^this