General development tips What is the correct way to write JavaDoc when you override methods like equals and hashCode? /** * {@inheritDoc} */ @Override