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

Gavin King gavin.king at jboss.com
Tue Jun 19 15:02:30 EDT 2007


  User: gavin   
  Date: 07/06/19 15:02:30

  Modified:    src/main/org/jboss/seam/annotations  Conversational.java
  Log:
  repackaged built-in components
  sorry for breakage, but it had to happen eventually :-(
  
  Revision  Changes    Path
  1.10      +2 -22     jboss-seam/src/main/org/jboss/seam/annotations/Conversational.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Conversational.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Conversational.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- Conversational.java	16 Feb 2007 16:49:03 -0000	1.9
  +++ Conversational.java	19 Jun 2007 19:02:30 -0000	1.10
  @@ -1,4 +1,4 @@
  -//$Id: Conversational.java,v 1.9 2007/02/16 16:49:03 gavin Exp $
  +//$Id: Conversational.java,v 1.10 2007/06/19 19:02:30 gavin Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  @@ -21,24 +21,4 @@
   @Retention(RUNTIME)
   @Documented
   @Inherited
  -public @interface Conversational
  -{
  -   /**
  -    * The JSF outcome if the component is invoked outside
  -    * of the scope of its conversation during the invoke
  -    * application phase.
  -    * 
  -    * @deprecated use no-conversation-view-id in pages.xml
  -    */
  -   String ifNotBegunOutcome() default "";
  -   /**
  -    * If true, the component must be the initiator of the
  -    * conversation. That is, the conversation must have
  -    * begun by a call to some @Begin method of this
  -    * component. If false, the component or method may be 
  -    * called inside a conversation begun by any component.
  -    * 
  -    * @deprecated use no-conversation-view-id in pages.xml
  -    */
  -   boolean initiator() default false;
  -}
  +public @interface Conversational {}
  
  
  



More information about the jboss-cvs-commits mailing list