Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created October 18, 2012 15:07
Show Gist options
  • Save kellegous/3912439 to your computer and use it in GitHub Desktop.
Save kellegous/3912439 to your computer and use it in GitHub Desktop.
I start every Java project with this class...
public abstract class AbstractAbstractionEntity {
@Override public int hashCode() { return Object.class.hashCode(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment