We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many model/POJO classes here can be easily generated with Lombok, which is a very widely used lib.
The benefits are
@Builder
@AllArgConstructor
toString()
@Value
The text was updated successfully, but these errors were encountered:
Hi. I would like to contribute if no one has worked on this issue yet!
Sorry, something went wrong.
One downside, I have seen a lombok generated project fail when lombok was used, and it can be more tricky with jackson. But all solvable..
No branches or pull requests
Many model/POJO classes here can be easily generated with Lombok, which is a very widely used lib.
The benefits are
@Builder
or@AllArgConstructor
toString()
.@Value
The text was updated successfully, but these errors were encountered: