Skip to content

Remove boiler plate Java code #323

@akafredperry

Description

@akafredperry

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions