One of Groovy‘s most significant “goodies” is the ability to intercept calls, even to standard Java classes, and either override existing methods or even add new methods dynamically. In this blog post ...
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 ...