Update README.md
This commit is contained in:
parent
02f6e75078
commit
fe13e24e1b
|
@ -3,6 +3,7 @@
|
|||
This module contains articles about Project Lombok.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [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)
|
||||
|
@ -13,3 +14,4 @@ This module contains articles about Project Lombok.
|
|||
- [Using the @Singular Annotation with Lombok Builders](https://www.baeldung.com/lombok-builder-singular)
|
||||
- [Using Lombok’s @Accessors Annotation](https://www.baeldung.com/lombok-accessors)
|
||||
- [Omitting Getter or Setter in Lombok](https://www.baeldung.com/lombok-omit-getter-setter)
|
||||
- [Declaring Val and Var Variables in Lombok](https://www.baeldung.com/java-lombok-val-var)
|
||||
|
|
Loading…
Reference in New Issue