From db1f76b766e6c4f517b2135a6f3bf08b76f00178 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 25 Oct 2014 16:56:59 +0200 Subject: [PATCH] Add cautionary tale to the workaround --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -----------