Tag:
Lombok
by Imran Shaikh
Java 16 Record is a powerful feature that greatly reduces the boilerplate code of POJO. No more external Lombok library.
by Imran Shaikh
Read and modify the behavior of the class at runtime with Java’s Reflection API. It is used by Spring to auto wiring your dependency.
by Imran Shaikh
We will discuss How to use Lombok in our code. We will look at @Getter @Setter and @Data @Log @Builder and many more. Fully …
by Imran Shaikh
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more readable. We will see the installation of Lombok …