mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Add cautionary tale to the workaround
This commit is contained in:
parent
e46dfccd26
commit
db1f76b766
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ class ComponentF {
|
|||
// which adds the constructor above
|
||||
}
|
||||
```
|
||||
This method will not work for circular dependencies registered with a singleInstance scope: new instances will still be created and assigned to these dependencies.
|
||||
|
||||
Future Work
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue