Skip to content

lukaspili/processor-workflow

Repository files navigation

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'
}

About

Workflow for Java annotation processors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages