Full @Configuration vs “lite” @Bean mode? In Spring documentation they have mentioned something about @Bean annotated method without @Configuration annotated class. Can anyone please help me to get perfect example and where can it useful(in which case)?
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-standard-annotations (Concept : 1.12.1)