Re: How to generate groovydoc?

2020-08-03 Thread Daniil Ovchinnikov
> The info is a little outdated I hope I’m not being misunderstood. Currently we bundle Groovy 2.5.11 into IntelliJ, and I’m only saying that the "Generate Groovydoc” action would’ve failed if run against the Groovy source files which use Groovy 3 features. — Daniil Ovchinnikov JetBrains >

GContracts Overview

2020-08-03 Thread MG
Since there is currently a proposal on the dev mailing list whether to include the design-by-contract GContracts library (https://github.com/andresteingress/gcontracts/) into Groovy,  for everyone who has never used GContracts (or design-by-contract), and since most of the "info"-links on the

Can Local Transformer be added to Trait?

2020-08-03 Thread 杨波
Hello, Is it possible to add a local transformer to the Trait like this? ```groovy @Retention(RetentionPolicy.RUNTIME) @GroovyASTTransformationClass(["swagger.grails4.compiler.ApiDocTransformer"]) @interface ApiDoc { String value() default "" } @CompileStatic @GroovyASTTransformation(phase =