Author: gavin.king(a)jboss.com
Date: 2009-10-25 14:01:10 -0400 (Sun, 25 Oct 2009)
New Revision: 4309
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java
Log:
improve preamble
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-25
17:56:07 UTC (rev 4308)
+++ api/trunk/cdi/src/main/java/javax/enterprise/event/package-info.java 2009-10-25
18:01:10 UTC (rev 4309)
@@ -1,12 +1,13 @@
/**
* <p>Annotations and interfaces relating to events.<p>
*
- * <p>Beans may produce and consume events. This facility allows
- * beans to interact in a completely decoupled fashion, with no
- * compile-time dependency between the two beans. Most importantly,
- * it allows stateful beans in one architectural or physical tier
- * of the application to synchronize their internal state with
- * state changes that occur in a different tier.</p>
+ * <p>{@linkplain javax.enterprise.inject Beans} may produce and
+ * consume events. Events allows beans to interact in a completely
+ * decoupled fashion, with no compile-time dependency between the
+ * interacting beans. Most importantly, it allows stateful beans
+ * in one architectural tier of the application to synchronize
+ * their internal state with state changes that occur in a
+ * different tier.</p>
*
* <p>An event comprises:</p>
*
Show replies by date