Skip to content

Workday/metajava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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, replacing $metajava_version with the latest version number.

repositories {
    mavenCentral()
}

dependencies {
    compile "com.workday:metajava:$metajava_version"
}

Status

Maven Central Build Status

About

Java annotation processor utilities.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages