mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Add cautionary tale to the workaround
This commit is contained in:
parent
e46dfccd26
commit
db1f76b766
|
@ -141,6 +141,7 @@ class ComponentF {
|
||||||
// which adds the constructor above
|
// 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
|
Future Work
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in a new issue