Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 316 Bytes

metajava

Metajava is a collection of utilities that make writing annotation processors and code generation easier.

You can use metajava in your project by adding the following lines to you build.gradle file.

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.workday:metajava:1.0'
}