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

Gavin King gavin.king at jboss.com
Tue Oct 10 00:50:16 EDT 2006


  User: gavin   
  Date: 06/10/10 00:50:16

  Modified:    src/main/org/jboss/seam/annotations  IfInvalid.java
  Log:
  deprecation
  
  Revision  Changes    Path
  1.7       +4 -1      jboss-seam/src/main/org/jboss/seam/annotations/IfInvalid.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IfInvalid.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/IfInvalid.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- IfInvalid.java	17 Jan 2006 07:30:29 -0000	1.6
  +++ IfInvalid.java	10 Oct 2006 04:50:16 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: IfInvalid.java,v 1.6 2006/01/17 07:30:29 gavin Exp $
  +//$Id: IfInvalid.java,v 1.7 2006/10/10 04:50:16 gavin Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  @@ -17,6 +17,9 @@
    * with the specified name.
    * 
    * @author Gavin King
  + * 
  + * @deprecated use <s:validate/> or <s:validateAll/>
  + * 
    */
   @Target(METHOD)
   @Retention(RUNTIME)
  
  
  



More information about the jboss-cvs-commits mailing list