package dustin.examples; import org.apache.commons.lang.builder.ToStringBuilder; /** * A simple representation of a Person intended only to demonstrate Apache ...
Groovy 1.8 introduces many new features including several new useful transformations. I discussed one of these transformations, @Log, in a previous blog post. In this post, I look at three other ...