https://github.com/roroche/annotationprocessorstarter
Project to set up basics of a Java annotation processor
https://github.com/roroche/annotationprocessorstarter
android android-library annotation annotation-processing annotation-processor annotationprocessor annotations annotations-processor apt java java-library
Last synced: 6 months ago
JSON representation
Project to set up basics of a Java annotation processor
- Host: GitHub
- URL: https://github.com/roroche/annotationprocessorstarter
- Owner: RoRoche
- License: apache-2.0
- Created: 2017-04-28T19:18:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:50:06.000Z (over 5 years ago)
- Last Synced: 2024-01-14T07:50:47.432Z (over 1 year ago)
- Topics: android, android-library, annotation, annotation-processing, annotation-processor, annotationprocessor, annotations, annotations-processor, apt, java, java-library
- Language: Java
- Size: 97.7 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnnotationProcessorStarter
Project to set up basics of a Java annotation processor.
[](https://android-arsenal.com/details/3/5665)

- [Motivations](#motivations)
- [Technical base](#technical-base)
- [Distribution](#distribution)
- [Bibliography](#bibliography)
- [Logo credits](#logo-credits)## Motivations
- Provide a fluent and complete stack to write a custom annotation processor using Android Studio
- Set up a robust testing strategy of the `Processor` implementation## Technical base
- [javapoet](https://github.com/square/javapoet)
> A Java API for generating .java source files
- [auto-service](https://github.com/google/auto/tree/master/service)
> A configuration/metadata generator for java.util.ServiceLoader-style service providers
- [compile-testing](https://github.com/google/compile-testing)
> Testing tools for javac and annotation processors
- [truth](http://google.github.io/truth/)
> Assertion/Proposition framework for Java unit tests
## Distribution
-
-## Bibliography
-
-
-## Logo credits
Technology graphic by Freepik from Flaticon is licensed under CC BY 3.0. Made with Logo Maker