Is there a simple way in IntelliJ to do code generation such that the generation and resulting code is automatically integrated in the build?
I have a number of interfaces and classes that just differ by the number of parameters or things like that. I'd like to create a template and/or script or something that generates them.