Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/gradle-project-apt-example
project for multi-module gradle annotation processor
https://github.com/griffio/gradle-project-apt-example
Last synced: 8 days ago
JSON representation
project for multi-module gradle annotation processor
- Host: GitHub
- URL: https://github.com/griffio/gradle-project-apt-example
- Owner: griffio
- Created: 2015-09-05T08:16:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T10:12:16.000Z (about 9 years ago)
- Last Synced: 2024-04-16T18:27:00.471Z (7 months ago)
- Language: Java
- Size: 195 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gradle-project-apt-example
==========================Uses https://plugins.gradle.org/plugin/com.ewerk.gradle.plugins.annotation-processor
gradle wrapper (2.6)
gradle modules layout - single build.gradle file is used
Example Annotation Processor that creates some dummy classes.
~~~
/annotations -- just annotation class for processor to use
/application -- annotated classes used for generation
/processor -- annotation processor executed by compile task in application
~~~