summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-10-05 14:38:40 +0000
committerBob Lee <crazybob@crazybob.org>2009-10-05 14:38:40 +0000
commite09c2e20514a8e944ca4f190e0f2bb65276dd2a9 (patch)
tree2fe43c8ef3176f8f4599cfb539b0fe28c613344b
parent0e4e4121f6f4bc8f4a3f83383e6cc2f45abbe91b (diff)
downloadplatform_external_jsr330-e09c2e20514a8e944ca4f190e0f2bb65276dd2a9.tar.gz
platform_external_jsr330-e09c2e20514a8e944ca4f190e0f2bb65276dd2a9.tar.bz2
platform_external_jsr330-e09c2e20514a8e944ca4f190e0f2bb65276dd2a9.zip
Referenced external configuration as an example.
git-svn-id: https://atinject.googlecode.com/svn/trunk@53 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--src/javax/inject/Inject.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/javax/inject/Inject.java b/src/javax/inject/Inject.java
index 788d94b..e2d0b9a 100644
--- a/src/javax/inject/Inject.java
+++ b/src/javax/inject/Inject.java
@@ -141,8 +141,9 @@ import static java.lang.annotation.ElementType.FIELD;
* <li>has an injectable constructor.</li>
* </ol>
*
- * <p>Beyond that, which values are injected depend upon the injector
- * implementation and its configuration.
+ * <p>For example, the user might use external configuration to choose an
+ * implementation. Beyond that, which values are injected depend upon the
+ * injector implementation and its configuration.
*
* <h3>Circular Dependencies</h3>
*