Groovydoc was introduced in 2007 to provide for Groovy what Javadoc provides for Java. Groovydoc is used to generate the API documentation for the Groovy and Java classes that compose the Groovy ...
The three keywords it, delegate, and owner are used with Groovy closures. They provide handles to implicitly available objects from within the closure’s body. Although these keywords can be used ...