SQiShER / java-object-diff

Library to diff and merge Java objects with ease
http://sqisher.github.io/java-object-diff/
Apache License 2.0
942 stars 178 forks source link

can add @ObjectDiffProperty use to class field? #225

Open angeltping opened 1 year ago

angeltping commented 1 year ago

because I use lombok can't see get method,I know use ObjectDifferBuilder.inclusion().exclude().propertyName("fullName"); also ingore properties,but use annotation is nice. can add @ObjectDiffProperty use to class field?