Maven example of annotation preprocessing and generation of classes in same compile process?

Viewed 12677

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?

3 Answers
Related