tags:

views:

4

answers:

0

We currently use Apache XMLbeans to generate xml bindings in Java. In the generated classes, equals method is not overridden which means that comparison is done using Object's equals method( using '=='). Is there a way to customize the class generation such that an implementation of equals() can be provided?