Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Double-O-Seven authored Aug 26, 2019
1 parent 6526974 commit 3aa9835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Java 8 or newer is required though.
* Configure one static instance of `Equals` and `HashCode` or `EqualsAndHashCode` and reuse it across all instances to minimize garbage.
* Use Java 8 lambdas to define which attributes should be compared and hashed.
* Easily honour the contracts between `equals()` and `hashCode()` without a lot of boilerplate code.
* No dependencies to other libraries

## Examples

Expand Down

0 comments on commit 3aa9835

Please sign in to comment.