The examples were developed while working on an article series published in JavaPRO. Both English translation and German original can be found on the Cloudogu Blog.
The german source of the article can be found in the article directory.
Examples on how to use Java Annotation Processors. The examples are located in separate folders:
- simple usage with plain javac (part-1)
- simple usage with maven (part-1-maven)
- simple plugin library (part-2)
- generate a json writer (part-3)