@Configuration
Jump to navigation
Jump to search
Internal
Overview
The @Configuration annotation indicates that the class it annotates is a configuration class that will provide beans to the Spring application context.
@Configuration triggers the configuration of the Spring infrastructure.