Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Dec 20, 2008
1 parent 955c5b9 commit 80794e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/en/modules/interceptors.xml
Expand Up @@ -253,7 +253,7 @@ public @interface Action { ... }]]></programlisting>
<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>
Expand Down

0 comments on commit 80794e9

Please sign in to comment.