/asteroid

A set of utilities to create Groovy AST transformations

Primary LanguageJavaApache License 2.0Apache-2.0

license release

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