Author: gavin.king(a)jboss.com
Date: 2009-10-26 13:21:58 -0400 (Mon, 26 Oct 2009)
New Revision: 4335
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/event/Reception.java
api/trunk/cdi/src/main/java/javax/enterprise/event/TransactionPhase.java
Log:
links
Modified: api/trunk/cdi/src/main/java/javax/enterprise/event/Reception.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/event/Reception.java 2009-10-26 17:16:11
UTC (rev 4334)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/Reception.java 2009-10-26 17:21:58
UTC (rev 4335)
@@ -17,8 +17,9 @@
package javax.enterprise.event;
/**
- * <p>Distinguishes conditional observer methods from observer methods
- * which are always notified.</p>
+ * <p>Distinguishes conditional
+ * {@linkplain javax.enterprise.event.Observes observer methods} from observer
+ * methods which are always notified.</p>
*
* <p>A conditional observer method is an observer method which is notified
* of an event only if an instance of the bean that defines the observer
Modified: api/trunk/cdi/src/main/java/javax/enterprise/event/TransactionPhase.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/event/TransactionPhase.java 2009-10-26
17:16:11 UTC (rev 4334)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/TransactionPhase.java 2009-10-26
17:21:58 UTC (rev 4335)
@@ -17,7 +17,8 @@
package javax.enterprise.event;
/**
- * <p>Distinguishes the various kinds of transactional observer methods
+ * <p>Distinguishes the various kinds of transactional
+ * {@linkplain javax.enterprise.event.Observes observer methods}
* from regular observer methods which are notified immediately.</p>
*
* <p>Transactional observer methods are observer methods which receive
Show replies by date