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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 20:48:46 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-09 20:48:46 -0500 (Mon, 09 Nov 2009)
New Revision: 4922

Modified:
   doc/trunk/reference/en-US/intro.xml
Log:
little note about callbacks

Modified: doc/trunk/reference/en-US/intro.xml
===================================================================
--- doc/trunk/reference/en-US/intro.xml	2009-11-10 01:48:31 UTC (rev 4921)
+++ doc/trunk/reference/en-US/intro.xml	2009-11-10 01:48:46 UTC (rev 4922)
@@ -717,6 +717,9 @@
          interfaces it implements directly or indirectly.</para>
 
          <para>If a managed bean has a public field, it must have the default scope <literal>@Dependent</literal>.</para>
+         
+         <para>Managed beans support the <literal>@PostConstruct</literal> and <literal>@PreDestroy</literal> lifecycle
+         callbacks.</para>
 
          <para>
             Session beans are also, technically, managed beans. However, since they have their own special lifecycle and 



More information about the weld-commits mailing list