summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a2c775c..a801882 100644
--- a/README
+++ b/README
@@ -15,3 +15,11 @@ DI_ENABLE - module variable to enable/disable
@usesclassinject - this marks an instance method which
should use DI prepared by @inject
on a class level
+
+Known issues and limitations:
+
+- it is not able to redefine a variable name which is
+ also provided by closure (closure one has priority)
+
+- decorated class shares it's DI dictionary between
+ all it's instances