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 ...
I have previously discussed using JAXB2 Basic Plugins to add common methods to JAXB-generated Java classes. In this blog post, I look at another approach for performing the same behaviors on ...