We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89af9f commit ca529bfCopy full SHA for ca529bf
src/main/java/com/rajeshkawali/lombok/LombokMain.java
@@ -21,7 +21,7 @@ public static void main(String[] args) {
21
User user = User.builder()
22
.id(1L)
23
.age(24)
24
- //.role("Sr.Software Engineer")
+ //.role("Sr.Software Engineer") // We have given this field as @Getter(lazy = true)
25
.gender("Male")
26
.firstName("Keshav")
27
.lastName("Koli")
0 commit comments