Age | Commit message (Collapse) | Author |
|
hashCode method as final if it isn’t modified. This doesn’t change its behavior whatsoever, but some linters and especially eclipse save actions (specifically: ‘mark local variables final if possible’) cause issues when they try to mess with generated code. Of course, now any save action with ‘remove useless modifiers’ would cause an issue but those don’t (yet…) exist.
|
|
ConstructorProperties being default-off.
|
|
|
|
|
|
|
|
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases.
|
|
Also fixed the total lack of canEqual in the usage examples.
|
|
@XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.
|