@Autowired: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring Dependency Injection and Inversion of Control Container Concepts") |
|||
Line 2: | Line 2: | ||
* [[Spring Dependency Injection and Inversion of Control Container Concepts#Overview|Spring Dependency Injection and Inversion of Control Container Concepts]] | * [[Spring Dependency Injection and Inversion of Control Container Concepts#Overview|Spring Dependency Injection and Inversion of Control Container Concepts]] | ||
=Overview= | |||
<font color=darkgray>@Autowired can be used to inject [[Spring_Persistence_Concepts#DataSource|DataSources]], ...</font> |