mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Rewrite sentence
This commit is contained in:
parent
8759b2b6c4
commit
80a50ba480
|
@ -133,7 +133,7 @@ Classes with multiple constructors can be injected. The following rules apply to
|
||||||
* When no injectable constructor is found an InstanceCreationException will be thrown on resolve.
|
* When no injectable constructor is found an InstanceCreationException will be thrown on resolve.
|
||||||
|
|
||||||
If the constructors of a class are not suitable for injection, you could manually configure its creation using Application Contexts (see chapter further down).
|
If the constructors of a class are not suitable for injection, you could manually configure its creation using Application Contexts (see chapter further down).
|
||||||
Constructor injection has the advantage of not having add dependcies to Poodinis all over your application.
|
Constructor injection has the advantage of not having to import Poodinis throughout your application.
|
||||||
|
|
||||||
Circular dependencies
|
Circular dependencies
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in a new issue