[webbeans-commits] Webbeans SVN: r1992 - ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Mar 14 12:45:32 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-14 12:45:32 -0400 (Sat, 14 Mar 2009)
New Revision: 1992

Modified:
   ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/EjbReference.java
Log:
javadoc

Modified: ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/EjbReference.java
===================================================================
--- ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/EjbReference.java	2009-03-14 16:43:22 UTC (rev 1991)
+++ ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/EjbReference.java	2009-03-14 16:45:32 UTC (rev 1992)
@@ -19,7 +19,8 @@
 import java.io.Serializable;
 
 /**
- * A serializable reference to an EJB
+ * A serializable reference to an EJB. For an SFSB the same state must be 
+ * returned for each call to {@link #get(Class)}
  * 
  * @author Pete Muir
  * @param <T>
@@ -52,7 +53,6 @@
    
    /**
     * Request that the SFSB backing this reference is instantiated, and any
-    * 
     * @PostConstruct lifecycle callbacks are executed
     * 
     * @throws UnsupportedOperationException




More information about the weld-commits mailing list