@Controller: Difference between revisions
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]]. |