[jboss-cvs] JBossAS SVN: r111124 - projects/specs/trunk/jboss-connector-api_1.6_spec/src/main/java/javax/resource/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 7 20:21:38 EDT 2011


Author: smcgowan at redhat.com
Date: 2011-04-07 20:21:38 -0400 (Thu, 07 Apr 2011)
New Revision: 111124

Modified:
   projects/specs/trunk/jboss-connector-api_1.6_spec/src/main/java/javax/resource/spi/Activation.java
Log:
Javadoc Update

Modified: projects/specs/trunk/jboss-connector-api_1.6_spec/src/main/java/javax/resource/spi/Activation.java
===================================================================
--- projects/specs/trunk/jboss-connector-api_1.6_spec/src/main/java/javax/resource/spi/Activation.java	2011-04-07 22:53:22 UTC (rev 111123)
+++ projects/specs/trunk/jboss-connector-api_1.6_spec/src/main/java/javax/resource/spi/Activation.java	2011-04-08 00:21:38 UTC (rev 111124)
@@ -30,15 +30,15 @@
 
 /**
  * Designates a JavaBean as an <code>ActivationSpec</code>. This annotation may
- * be placed on a JavaBean. A JavaBean annotated with the Activation annotation
- * is not required to implement the {@link ActivationSpec ActivationSpec}
+ * be placed on a JavaBean. Eventhough the JavaBean is annotated with the Activation annotation
+ * it is still required to implement the {@link ActivationSpec ActivationSpec}
  * interface.
  * 
  * <p>The ActivationSpec JavaBean contains the configuration information pertaining
  * to inbound connectivity from an EIS instance. A resource adapter capable of
- * message delivery to message endpoints must provide an JavaBean class
- * implementing the {@link ActivationSpec ActivationSpec} interface or annotate
- * a JavaBean with the <code>Activation</code> annotation for each supported
+ * message delivery to message endpoints must provide a JavaBean class
+ * implementing the {@link ActivationSpec ActivationSpec} interface which may be annotated
+ * with the <code>Activation</code> annotation for each supported
  * endpoint message listener type.
  * 
  * <p>The ActivationSpec JavaBean has a set of configurable properties specific to



More information about the jboss-cvs-commits mailing list