# annotation-processors **Repository Path**: tangchaochao/annotation-processors ## Basic Information - **Project Name**: annotation-processors - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-18 - **Last Updated**: 2023-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # annotation-processors 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](https://cloudogu.com/en/blog/?mtm_campaign=java-annotations&mtm_kwd=blog&mtm_source=github&mtm_medium=link).
🇬🇧 Java Annotation Processors - An introduction
🇩🇪 Java Annotation Prozessoren - Eine Einleitung
🇬🇧 Java Annotation Processors - Creating Configurations
🇩🇪 Java Annotation Processors - Konfigurationsdateien generieren
🇬🇧 Java Annotation Processors - Generating Code
🇩🇪 Java Annotation Processors - Code generieren
The german source of the article can be found in the [article directory](https://github.com/cloudogu/annotation-processors/tree/master/article). ## Examples Examples on how to use Java Annotation Processors. The examples are located in separate folders: * simple usage with plain **javac** ([part-1](https://github.com/cloudogu/annotation-processors/tree/master/part-1)) * simple usage with **maven** ([part-1-maven](https://github.com/cloudogu/annotation-processors/tree/master/part-1-maven)) * simple plugin library ([part-2](https://github.com/cloudogu/annotation-processors/tree/master/part-2)) * generate a json writer ([part-3](https://github.com/cloudogu/annotation-processors/tree/master/part-3))