diff --git a/README.md b/README.md index 58eace0..8056290 100644 --- a/README.md +++ b/README.md @@ -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 -----------