"Guava Eclipse Plugin" is an eclipse plugin which will generate following methods using Google guava utility classes or jdk utility classes toString() [STRG + SHIFT + 4] - equals(Object object) & hashCode() [STRG + SHIFT + 5] - compareTo(...) [STRG + SHIFT + 6]
Add a preference that the user can decide if he want to use
com.google.common.base.Objects.hashCode()
orjava.util.Arrays.deepHashCode()