aboutsummaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
authorzhuht <zhuht@google.com>2016-05-25 18:12:51 -0700
committerÉamonn McManus <eamonn@mcmanus.net>2016-05-31 15:51:51 -0700
commitf1b83fcd722f45e86e5d2f44a2581256f6c84c69 (patch)
tree124c51a18a9bec06379280ae009f7606d9938a32 /factory
parentbf252148776e64598a738867c2d9414277242f31 (diff)
downloadauto-f1b83fcd722f45e86e5d2f44a2581256f6c84c69.tar.gz
Add a note that states that you have to use @Qualifier instead of @BindingAnnotation in order for the generated code to work correctly.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123275180
Diffstat (limited to 'factory')
-rw-r--r--factory/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/factory/README.md b/factory/README.md
index 04463f79..859a9e1a 100644
--- a/factory/README.md
+++ b/factory/README.md
@@ -54,6 +54,10 @@ final class SomeClassFactory {
}
```
+> NOTE: AutoFactory only supports JSR-330 @Qualifier annotations. Older,
+> framework-specific annotations from Guice, Spring, etc are not
+> supported (though these all support JSR-330)
+
Download
--------