Processor Workflow

General

Category
Free
Tag
APT
License
MIT License
Registered
Jul 9, 2015
Favorites
0
Link
https://github.com/lukaspili/processor-workflow
See also
IntentBuilder
auto-droid
Fragment Creator
Auto-Parcel
Lombok

Additional

Language
Java
Version
1.0.3 (Dec 3, 2015)
Created
Jun 25, 2015
Updated
Dec 7, 2015 (Retired)
Owner
Lukasz Piliszczuk (lukaspili)
Contributor
Lukasz Piliszczuk (lukaspili)
1
Activity
Badge
Generate
Download
Source code

Advertisement

Processor Workflow

Processor workflow is a library that facilitates the development of an annotation processor in Java. It offers an efficient workflow to handle the steps of parsing annotations, extracting useful data, and then generating some java code.

You can see an example of processor workflow implementation in the following projects:

Gradle

dependencies {
    compile 'com.github.lukaspili.processor-workflow:processor-workflow:1.0.3'
}