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

Gavin King gavin.king at jboss.com
Thu Jun 21 00:07:14 EDT 2007


  User: gavin   
  Date: 07/06/21 00:07:14

  Modified:    src/main/org/jboss/seam/annotations  Install.java
  Log:
  yay, seam finally not dependent upon JSF jar :)
  
  Revision  Changes    Path
  1.8       +5 -1      jboss-seam/src/main/org/jboss/seam/annotations/Install.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Install.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Install.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Install.java	7 Mar 2007 17:25:32 -0000	1.7
  +++ Install.java	21 Jun 2007 04:07:14 -0000	1.8
  @@ -6,7 +6,11 @@
    */
   package org.jboss.seam.annotations;
   
  -import java.lang.annotation.*;
  +import java.lang.annotation.Documented;
  +import java.lang.annotation.ElementType;
  +import java.lang.annotation.Retention;
  +import java.lang.annotation.RetentionPolicy;
  +import java.lang.annotation.Target;
   
   /**
    * Specifies whether or not a component should be installed if it is scanned
  
  
  



More information about the jboss-cvs-commits mailing list