[weld-commits] Weld SVN: r4789 - api/trunk/cdi/src/main/java/javax/enterprise/inject.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 8 15:11:38 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-08 15:11:38 -0500 (Sun, 08 Nov 2009)
New Revision: 4789

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java
Log:
sync to spec

Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java	2009-11-08 20:07:44 UTC (rev 4788)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java	2009-11-08 20:11:38 UTC (rev 4789)
@@ -386,7 +386,8 @@
  * 
  * <p>If more than one bean is eligible for injection to the injection point, the
  * container attempts to resolve the ambiguity by eliminating all beans which are 
- * not alternatives.</p>
+ * not alternatives, except for producer methods and fields of beans that are 
+ * alternatives.</p>
  * 
  * <p>Certain legal bean types cannot be proxied by the container:</p>
  * 
@@ -412,7 +413,8 @@
  * </ul>
  * 
  * <p>If an EL name resolves to more than one bean, the container attempts to 
- * resolve the ambiguity by eliminating all beans which are not alternatives.</p>
+ * resolve the ambiguity by eliminating all beans which are not alternatives, 
+ * except for producer methods and fields of beans that are alternatives.</p>
  * 
  * <h3>Enabled interceptors</h3>
  * 



More information about the weld-commits mailing list