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

Gavin King gavin.king at jboss.com
Fri Jun 22 05:18:39 EDT 2007


  User: gavin   
  Date: 07/06/22 05:18:39

  Modified:    src/main/org/jboss/seam/annotations     Filter.java
                        FlushModeType.java Outcome.java
  Added:       src/main/org/jboss/seam/annotations     package-info.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.2       +0 -1      jboss-seam/src/main/org/jboss/seam/annotations/Filter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Filter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Filter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Filter.java	4 May 2007 11:31:35 -0000	1.1
  +++ Filter.java	22 Jun 2007 09:18:39 -0000	1.2
  @@ -13,7 +13,6 @@
    * with respect to other filters in the stack.
    * 
    */
  -
   @Target(TYPE)
   @Retention(RUNTIME)
   @Documented
  
  
  
  1.4       +8 -0      jboss-seam/src/main/org/jboss/seam/annotations/FlushModeType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FlushModeType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/FlushModeType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- FlushModeType.java	25 Oct 2006 15:14:34 -0000	1.3
  +++ FlushModeType.java	22 Jun 2007 09:18:39 -0000	1.4
  @@ -1,5 +1,13 @@
   package org.jboss.seam.annotations;
   
  +/**
  + * A full set of flush modes, including MANUAL,
  + * which is a glaring missing feature of the JPA
  + * spec.
  + * 
  + * @author Gavin King
  + *
  + */
   public enum FlushModeType
   {
      
  
  
  
  1.6       +2 -1      jboss-seam/src/main/org/jboss/seam/annotations/Outcome.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Outcome.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Outcome.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Outcome.java	20 Jun 2007 22:01:24 -0000	1.5
  +++ Outcome.java	22 Jun 2007 09:18:39 -0000	1.6
  @@ -1,6 +1,7 @@
  -//$Id: Outcome.java,v 1.5 2007/06/20 22:01:24 gavin Exp $
  +//$Id: Outcome.java,v 1.6 2007/06/22 09:18:39 gavin Exp $
   package org.jboss.seam.annotations;
   
  + at Deprecated
   public class Outcome
   {
      /**
  
  
  
  1.1      date: 2007/06/22 09:18:39;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/annotations/package-info.java
  
  Index: package-info.java
  ===================================================================
  /**
   * Annotations for defining Seam components.
   * (You need to get to know these guys.)
   */
  package org.jboss.seam.annotations;
  
  
  
  



More information about the jboss-cvs-commits mailing list