org.tools4j.groovytables.Data.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groovy-tables Show documentation
Show all versions of groovy-tables Show documentation
A groovy API which allows you to create lists of objects using a table like grammar.
package org.tools4j.groovytables
import groovy.transform.TypeChecked
/**
* User: ben
* Date: 4/11/2016
* Time: 5:30 PM
*/
@TypeChecked
class Data {
public void call(Closure consumer){
}
}