[weld-commits] Weld SVN: r4843 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 03:21:52 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-09 03:21:52 -0500 (Mon, 09 Nov 2009)
New Revision: 4843

Modified:
   doc/trunk/reference/en-US/injection.xml
Log:
tip

Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-09 08:17:16 UTC (rev 4842)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-09 08:21:52 UTC (rev 4843)
@@ -336,15 +336,17 @@
          <title>Qualifiers on producer methods</title>
 
          <para>
-            Even producer methods may specify qualifier annotations:
+            Even producer methods may specify qualifiers:
          </para>
 
          <programlisting role="JAVA"><![CDATA[@Produces @Asynchronous PaymentProcessor getPaymentProcessor() { ... }]]></programlisting>
 
-         <para>
-            This producer might create an asynchronous implementation powered by third party library such as Quartz
-            (though definitely check out the new scheduler support in EJB 3.1!).
-         </para>
+         <tip>
+            <para>
+               If we really need to create beans with asynchronous semantics, EJB 3.1 asynchronous methods are an
+               excellent solution.
+            </para>
+         </tip>
 
       </section>
 



More information about the weld-commits mailing list