2019-10-31 21:43:47 -04:00
|
|
|
|
## Project Lombok
|
|
|
|
|
|
|
|
|
|
This module contains articles about Project Lombok.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2021-11-24 01:01:23 -05:00
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [Introduction to Project Lombok](https://www.baeldung.com/intro-to-project-lombok)
|
|
|
|
|
- [Using Lombok’s @Builder Annotation](https://www.baeldung.com/lombok-builder)
|
|
|
|
|
- [Using Lombok’s @Getter for Boolean Fields](https://www.baeldung.com/lombok-getter-boolean)
|
|
|
|
|
- [Lombok @Builder with Inheritance](https://www.baeldung.com/lombok-builder-inheritance)
|
|
|
|
|
- [Lombok Builder with Default Value](https://www.baeldung.com/lombok-builder-default-value)
|
|
|
|
|
- [Lombok Builder with Custom Setter](https://www.baeldung.com/lombok-builder-custom-setter)
|
|
|
|
|
- [Setting up Lombok with Eclipse and Intellij](https://www.baeldung.com/lombok-ide)
|
|
|
|
|
- [Using the @Singular Annotation with Lombok Builders](https://www.baeldung.com/lombok-builder-singular)
|
2019-11-21 11:14:52 -05:00
|
|
|
|
- [Using Lombok’s @Accessors Annotation](https://www.baeldung.com/lombok-accessors)
|
2021-11-24 00:59:36 -05:00
|
|
|
|
- [Omitting Getter or Setter in Lombok](https://www.baeldung.com/lombok-omit-getter-setter)
|
2021-11-24 01:01:23 -05:00
|
|
|
|
- [Declaring Val and Var Variables in Lombok](https://www.baeldung.com/java-lombok-val-var)
|
2021-12-22 13:03:12 -05:00
|
|
|
|
- [Lombok Using @With Annotations](https://www.baeldung.com/lombok-with-annotations)
|