You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/github/jonpereiradev/diffobjects/annotation/DiffMapping.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@
8
8
9
9
10
10
/**
11
-
* A method annotated with this will be checked for difference between two objects. When annotated on a method without value(), the equals method of this object
12
-
* will be executed. When annotated on a method with value(), the property will be evaluated for equality.
11
+
* A method annotated with this will be checked for difference between two objects. When annotated on a method without
12
+
* value(), the equals method of this object will be executed. When annotated on a method with value(), the property
0 commit comments