Does anyone have a clean example of a maven project preprocessing class annotations at compile time with subsequent generation of classes to be compiled in the same compilation process?
Does anyone have a step-by-step procedure to implement such a project?
After navigating a lot in existing documentation on the net, I came up with the following:
What needs to be clarified:
tools.jarto access the API described in these tutorials. Not clean. Some third-party plugins calling the apt are available, but not well documented.Annotation Processing in Java 6 with Maven
…and code generation