metajava

General

Category
Free
Tag
APT
License
MIT License
Registered
Aug 6, 2015
Favorites
0
Link
https://github.com/Workday/metajava
See also
LifeCycleBinder
Icicle
Alfred
Bundler
Java - POJO Builder

Additional

Language
Java
Version
v1.1 (Jan 12, 2016)
Created
May 30, 2015
Updated
Apr 8, 2023
Owner
Workday
Contributors
Nathan Taylor (ndtaylor)
Jay Schultz (jtschult)
2
Activity
Badge
Generate
Download
Source code

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