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 ...
When using a new language or using new features of a language that I have not used before, I like to know what fields and methods are supported by various classes and objects in that language. This ...