[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Thu Nov 22 17:38:02 EST 2007


  User: pmuir   
  Date: 07/11/22 17:38:02

  Modified:    doc/reference/en/modules  events.xml
  Log:
  JBSEAM-353
  
  Revision  Changes    Path
  1.39      +2 -1      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- events.xml	20 Nov 2007 17:08:04 -0000	1.38
  +++ events.xml	22 Nov 2007 22:38:02 -0000	1.39
  @@ -720,7 +720,8 @@
           To apply this interceptor to a session bean which acts as an action listener, we must
           annotate the session bean <literal>@Interceptors(LoggedInInterceptor.class)</literal>.
           This is a somewhat ugly annotation. Seam builds upon the interceptor framework in
  -        EJB3 by allowing you to use <literal>@Interceptors</literal> as a meta-annotation. In
  +        EJB3 by allowing you to use <literal>@Interceptors</literal> as a meta-annotation for class
  +        level interceptors (those annotated <literal>@Target(TYPE)</literal>). In
           our example, we would create an <literal>@LoggedIn</literal> annotation, as follows:
       </para>
         
  
  
  



More information about the jboss-cvs-commits mailing list