Skip to content
New issue

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

Avoid Java boilerplate with Lombok #126

Open
mehmetminanc opened this issue Sep 23, 2020 · 2 comments
Open

Avoid Java boilerplate with Lombok #126

mehmetminanc opened this issue Sep 23, 2020 · 2 comments

Comments

@mehmetminanc
Copy link

mehmetminanc commented Sep 23, 2020

Many model/POJO classes here can be easily generated with Lombok, which is a very widely used lib.

The benefits are

  • Get rid of no-brainer getter and setters.
  • Get rid of no-brainer but exhaustive constructor, with @Builder or @AllArgConstructor
  • Get rid of no-brainer toString().
  • Avoid water-is-wet tests.
  • Opportunity to use Immutable classes with @Value
@tha0pham
Copy link

Hi. I would like to contribute if no one has worked on this issue yet!

@rvt
Copy link
Contributor

rvt commented Oct 18, 2020

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants