From e09c2e20514a8e944ca4f190e0f2bb65276dd2a9 Mon Sep 17 00:00:00 2001 From: Bob Lee Date: Mon, 5 Oct 2009 14:38:40 +0000 Subject: Referenced external configuration as an example. git-svn-id: https://atinject.googlecode.com/svn/trunk@53 3bc8319c-20ab-11de-9edc-3f40a397ab60 --- src/javax/inject/Inject.java | 5 +++-- 1 file 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; *
  • has an injectable constructor.
  • * * - *

    Beyond that, which values are injected depend upon the injector - * implementation and its configuration. + *

    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. * *

    Circular Dependencies

    * -- cgit v1.2.3