I need to generate a lot of near-identical classes by splicing together code snippets based on some kind of high-level template. The generated code will be read-only, so any changes will mean changing the snippets and regenerating them. Does anyone have any suggestions of code generating tools for Java code? I could just hack together something custom with python, but I’m wondering if there’s something more specific and better already out there. What are LWJGL and Jogl using for generating code?
Cheers