-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The code base contains lots of boiler plate code (repetitive code for getters/setters, constructors, builders, equals, hash code, to string, null checking).
This would reduce the code base, improve the test coverage and enhance the consistency of the API.
It will facilitate the desire to make the API more fluent
Describe the solution you'd like
Adopt Lombok
Describe alternatives you've considered
Upgrade to JDK 17 which support records.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request