@Controller: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
The annotation identifies the class as a candidate for [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Component_Scanning|component scanning]]. Aside from that, it doesn't do much, except that it conveys the role of the class within the application. For more details see: {{ | The annotation identifies the class as a candidate for [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Component_Scanning|component scanning]]. Aside from that, it doesn't do much, except that it conveys the role of the class within the application. For more details see: {{Internal|Spring_MVC_Concepts#Controller|Controller}} |
Revision as of 00:00, 12 October 2018
Internal
Overview
The annotation identifies the class as a candidate for component scanning. Aside from that, it doesn't do much, except that it conveys the role of the class within the application. For more details see: