voddan
05/19/2016, 1:13 PMconfigure() {
mainClassName = "samples.HelloWorld"
}
with Groovy-like syntax
vs
configure (
mainClassName = "samples.HelloWorld"
) { ... }
where the compiler tells me which parameters are optional and which are not, and what are the default values