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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 29 12:30:22 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-29 12:30:20 -0400 (Thu, 29 Oct 2009)
New Revision: 4405

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

Modified: api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java	2009-10-29 16:27:25 UTC (rev 4404)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java	2009-10-29 16:30:20 UTC (rev 4405)
@@ -54,8 +54,9 @@
  * <li>the event object is assignable to the type observed by the observer 
  * method,</li>
  * <li>the observer method has all the event qualifiers of the event, and</li>
- * <li>either the event is not a container lifecycle event, or the observer 
- * method belongs to an 
+ * <li>either the event is not a 
+ * {@linkplain javax.enterprise.inject.spi container lifecycle event}, or 
+ * the observer method belongs to an 
  * {@linkplain javax.enterprise.inject.spi.Extension extension}.
  * </ul>
  * 



More information about the weld-commits mailing list