Change title of tutorial chapter on automatic injection

This commit is contained in:
Mike Bierlee 2016-08-23 21:23:19 +02:00
parent c0553967c9
commit 97fbf03b85

View file

@ -66,7 +66,7 @@ auto preExistingInstance = new ExampleClass();
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.
### UDA-based autowiring