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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 25 10:36:48 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-25 10:36:48 -0400 (Sun, 25 Oct 2009)
New Revision: 4295

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

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-10-25 14:36:42 UTC (rev 4294)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java	2009-10-25 14:36:48 UTC (rev 4295)
@@ -79,7 +79,7 @@
  * <ul>
  * <li>the type of the injection point is one of the bean types of the 
  * bean, and</li>
- * <li>it has all the qualifiers of the injection point.</li>
+ * <li>the bean has all the qualifiers of the injection point.</li>
  * </ul>
  * 
  * <h3>Scope</h3>
@@ -273,6 +273,8 @@
  * @see javax.enterprise.inject.Produces
  * @see javax.inject.Scope
  * @see javax.inject.Named
+ * @see javax.inject.Qualifier
+ * @see javax.interceptor.InterceptorBinding
  * 
  */
 package javax.enterprise.inject;
\ No newline at end of file



More information about the weld-commits mailing list