Asteroid
A set of utilities to create Groovy AST transformations
Install / Use
/learn @grooviter/AsteroidREADME
Asteroid is a set of utilities to make it easier to develop Groovy AST transformations. In order to use Asteroid in your Groovy code you can find it in Maven Central:
repositories {
mavenCentral()
}
Then you can add the dependency to your project:
compile com.github.grooviter:asteroid:0.5.0'
Current documentation is available here
