Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
~~~