Update README.md

This commit is contained in:
johnA1331 2021-11-24 14:01:23 +08:00 committed by GitHub
parent 02f6e75078
commit fe13e24e1b
1 changed files with 2 additions and 0 deletions

View File

@ -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 Lomboks @Builder Annotation](https://www.baeldung.com/lombok-builder)
- [Using Lomboks @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 Lomboks @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)