The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative approaches to reduce the number of parameters a method or constructor expects. In ...
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 ...