@Controller: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[Spring_MVC_Concepts#Controller|Spring MVC Concepts]]
* [[Spring_MVC_Concepts#Controller|Spring MVC Concepts]]
* [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Beans|Spring Dependency Injection and Inversion of Control Container Concepts]]
* [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Beans|Spring Dependency Injection and Inversion of Control Container Concepts]]
=Overview=
The annotation identifies the class as a candidate for [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Component_Scanning|component scanning]].

Revision as of 00:51, 11 October 2018

Internal

Overview

The annotation identifies the class as a candidate for component scanning.