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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jul 31 10:48:47 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-31 10:48:47 -0400 (Fri, 31 Jul 2009)
New Revision: 3387

Modified:
   ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/SessionObjectReference.java
Log:
Note about SLSBs

Modified: ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/SessionObjectReference.java
===================================================================
--- ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/SessionObjectReference.java	2009-07-31 14:45:51 UTC (rev 3386)
+++ ri/trunk/spi/src/main/java/org/jboss/webbeans/ejb/api/SessionObjectReference.java	2009-07-31 14:48:47 UTC (rev 3387)
@@ -56,6 +56,9 @@
     * 
     * Used for retrieving producer field value.
     * 
+    * If invoked on an SLSB, Web Beans places no requirements on which bean
+    * instance is returned.
+    * 
     * @param declaringClass the class declaring the field
     * @param fieldName the name of the field
     * @return the current field value




More information about the weld-commits mailing list