griffio / gradle-project-apt-example

project for multi-module gradle annotation processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

project for multi-module gradle annotation processor


Languages

Language:Java 100.0%