views:

4

answers:

0

Netbeans will generate equals and hashCode for you, but I would like the generated methods to use the Apache Commons EqualsBuilder and HashCodeBuilder instead. In Eclipse it's possible using a plugin (Commons4E). How can I accomplish this in Netbeans?