Skip to content

traviswestbrook/metajava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java annotation processor utils.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%