@Configuration

From NovaOrdis Knowledge Base
Revision as of 22:03, 23 October 2018 by Ovidiu (talk | contribs) (→‎Overview)
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.