@Component: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=External=
* https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/stereotype/Component.html
=Internal=
=Internal=


* [[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#Stereotypes|Spring Dependency Injection and Inversion of Control Container Concepts]]
 
=Dependency=
 
<syntaxhighlight lang='groovy'>
dependencies {
    implementation('org.springframework:spring-context')
}
</syntaxhighlight>

Latest revision as of 19:42, 7 November 2018