mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Change title of tutorial chapter on automatic injection
This commit is contained in:
parent
c0553967c9
commit
97fbf03b85
|
@ -66,7 +66,7 @@ auto preExistingInstance = new ExampleClass();
|
||||||
dependencies.register!ExampleClass.existingInstance(preExistingInstance);
|
dependencies.register!ExampleClass.existingInstance(preExistingInstance);
|
||||||
```
|
```
|
||||||
|
|
||||||
Autowiring
|
Automatic Injection
|
||||||
----------
|
----------
|
||||||
The real value of any dependency injection framework comes from its ability to automatically inject dependencies. Poodinis supports automatic injection either through autowiring members annotated with the `@Autowire` UDA or through constructor injection.
|
The real value of any dependency injection framework comes from its ability to automatically inject dependencies. Poodinis supports automatic injection either through autowiring members annotated with the `@Autowire` UDA or through constructor injection.
|
||||||
### UDA-based autowiring
|
### UDA-based autowiring
|
||||||
|
|
Loading…
Reference in a new issue