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

Using Lombok #127

Open
willardgibbs opened this issue Apr 18, 2019 · 0 comments
Open

Using Lombok #127

willardgibbs opened this issue Apr 18, 2019 · 0 comments
Labels
code Concerns code discussion point The issue contains a request or an idea, that has to be discussed first enhancement New feature or request

Comments

@willardgibbs
Copy link
Contributor

willardgibbs commented Apr 18, 2019

Cool features:

  1. @Log4j2 vs private static final Logger logger = LogManager.getLogger(ClassName.class);
  2. @Getter and @Setter on class or field. These annotations are generated by getters and setters based on the field name. This will reduce the amount of code and make it better to think about the names of variables.
  3. @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor
  4. @Data - do all for you :-)
  5. FYI: https://projectlombok.org/
@willardgibbs willardgibbs added enhancement New feature or request code Concerns code discussion point The issue contains a request or an idea, that has to be discussed first labels Apr 18, 2019
@willardgibbs willardgibbs added this to the Release 1.1.0. milestone Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Concerns code discussion point The issue contains a request or an idea, that has to be discussed first enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant