Open DavidBurkett opened 6 years ago
Allow annotation of fields to include in comparison, as well as the ordering of the comparison and direction of comparison. Example:
@BuilderComparison(1, inverse)
would compare that field first by calling compareTo and then taking the inverse of the result.
Allow annotation of fields to include in comparison, as well as the ordering of the comparison and direction of comparison. Example:
@BuilderComparison(1, inverse)
would compare that field first by calling compareTo and then taking the inverse of the result.