@Component: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring Dependency Injection and Inversion of Control Container Concepts") |
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# | * [[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
External
Internal
Dependency
dependencies {
implementation('org.springframework:spring-context')
}