From 6cb99c3b69789955983e1a869486058cc3cb7c65 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Wed, 21 Nov 2012 14:38:06 +0100 Subject: Add known limitations and bugs to README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit