Add cautionary tale to the workaround

This commit is contained in:
Mike Bierlee 2014-10-25 16:56:59 +02:00
parent e46dfccd26
commit db1f76b766

View file

@ -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
-----------