I previously blogged on the Apache Commons ToStringBuilder and discussed how it takes away much of the tedium normally associated with implementing toString methods. While implementing toString() does ...
I introduced the issue of JAXB-generated classes not having explicitly overridden equals(Object), hashCode(), or toString() methods in the blog post Adding Common ...