@Controller: Difference between revisions

From NovaOrdis Knowledge Base
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]].
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.

Revision as of 00:53, 11 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.