I introduced the issue of JAXB-generated classes not having explicitly overridden equals(Object), hashCode(), or toString() methods in the blog post Adding Common ...
I have a class, say TextHolder, that overrides Object.equals() to return true if both strings in each object are equal - <tt>new TextHolder("Hello World!").equals(new ...