[webbeans-commits] Webbeans SVN: r633 - doc/trunk/reference/en/modules.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Dec 20 18:37:01 EST 2008


Author: gavin.king at jboss.com
Date: 2008-12-20 18:37:01 -0500 (Sat, 20 Dec 2008)
New Revision: 633

Modified:
   doc/trunk/reference/en/modules/interceptors.xml
Log:
fix syntax

Modified: doc/trunk/reference/en/modules/interceptors.xml
===================================================================
--- doc/trunk/reference/en/modules/interceptors.xml	2008-12-20 23:25:57 UTC (rev 632)
+++ doc/trunk/reference/en/modules/interceptors.xml	2008-12-20 23:37:01 UTC (rev 633)
@@ -253,7 +253,7 @@
   <para>The <literal>@Interceptors</literal> annotation defined by the EJB specification
   is supported for both enterprise and simple Web Beans, for example:</para>
   
-<programlisting role="JAVA"><![CDATA[@Interceptors({TransactionInterceptor.class, @SecurityInterceptor.class})
+<programlisting role="JAVA"><![CDATA[@Interceptors({TransactionInterceptor.class, SecurityInterceptor.class})
 public class ShoppingCart {
     public void checkout() { ... }
 }]]></programlisting>




More information about the weld-commits mailing list