[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...

Shane Bryzak sbryzak at redhat.com
Thu Sep 13 02:46:31 EDT 2007


  User: sbryzak2
  Date: 07/09/13 02:46:31

  Modified:    src/main/org/jboss/seam/annotations  Begin.java
  Log:
  JBSEAM-1423
  
  Revision  Changes    Path
  1.13      +65 -64    jboss-seam/src/main/org/jboss/seam/annotations/Begin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Begin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Begin.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- Begin.java	18 Jun 2007 17:27:22 -0000	1.12
  +++ Begin.java	13 Sep 2007 06:46:31 -0000	1.13
  @@ -1,13 +1,10 @@
  -//$Id: Begin.java,v 1.12 2007/06/18 17:27:22 gavin Exp $
  +//$Id: Begin.java,v 1.13 2007/09/13 06:46:31 sbryzak2 Exp $
   package org.jboss.seam.annotations;
  -
   import static java.lang.annotation.ElementType.METHOD;
   import static java.lang.annotation.RetentionPolicy.RUNTIME;
  -
   import java.lang.annotation.Documented;
   import java.lang.annotation.Retention;
   import java.lang.annotation.Target;
  -
   /**
    * Marks a method as beginning a long-running conversation, 
    * if none exists, and if the method returns a non-null value 
  @@ -61,4 +58,8 @@
       * this conversation.
       */
      FlushModeType flushMode() default FlushModeType.AUTO;
  +   /**
  +    * The name of the (natural) conversation to join 
  +    */
  +   String conversation() default "";
   }
  
  
  



More information about the jboss-cvs-commits mailing list