Author: gavin.king(a)jboss.com
Date: 2009-10-26 13:16:11 -0400 (Mon, 26 Oct 2009)
New Revision: 4334
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java
Log:
link
Modified: api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java 2009-10-26
17:14:51 UTC (rev 4333)
+++ api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java 2009-10-26
17:16:11 UTC (rev 4334)
@@ -17,7 +17,8 @@
package javax.enterprise.context;
/**
- * <p>Allows the application to manage the conversation context
+ * <p>Allows the application to manage the
+ * {@linkplain javax.enterprise.context.ConversationScoped conversation context}
* by marking the current conversation as transient or long-running,
* specifying a conversation identifier, or setting the conversation
* timeout.</p>
Show replies by date