mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Reword section in readme
This commit is contained in:
parent
635ec7f18a
commit
eb203c8e3c
|
@ -119,7 +119,7 @@ assert(instance.dependency !is null);
|
|||
If an interface is to be autowired, you must register a concrete class by interface. Any class registered by concrete type can only be injected when a dependency on a concrete type is autowired.
|
||||
|
||||
###Circular dependencies
|
||||
Poodinis can autowire circular dependencies when they are registered with singleInstance or existingInstance registration scopes. Circular dependencies in registrations with newInstance scopes cannot be autowired, as this would cause an endless loop.
|
||||
Poodinis can autowire circular dependencies when they are registered with singleInstance or existingInstance registration scopes. Circular dependencies in registrations with newInstance scopes will not be autowired, as this would cause an endless loop.
|
||||
|
||||
Known issues
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue