@Lazy annotation in Lombok | Spring Boot

Опубликовано: 20 Март 2026
на канале: Java Boot Programmer
8
1

In Spring Framework, “lazy annotation” refers to the @Lazy annotation, which is used to delay the initialization of beans until they are needed, rather than initializing them at application startup. By default, Spring creates all singleton beans eagerly at the startup of the application context. However, using the @Lazy annotation changes this behavior, allowing a bean to be instantiated lazily, i.e., only when it is requested for the first time.

#springboot #java #ameerpet #javatraining #lombok #boilerplatecode #javaframework #springframework #spring

Source Code: ✰ https://github.com/JavaBootProgrammer...