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

Gavin King gavin.king at jboss.com
Sun Nov 19 13:13:06 EST 2006


  User: gavin   
  Date: 06/11/19 13:13:06

  Modified:    src/main/org/jboss/seam/annotations  Install.java
  Log:
  introduce genericDependencies
  
  Revision  Changes    Path
  1.2       +2 -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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Install.java	18 Nov 2006 00:38:22 -0000	1.1
  +++ Install.java	19 Nov 2006 18:13:06 -0000	1.2
  @@ -25,7 +25,8 @@
        *  indicates that the component should not be installed unless the
        *  dependent components are installed
        */
  -    String[] depends() default {};
  +    String[] dependencies() default {};
  +    Class[] genericDependencies() default {};
   }
   
   
  
  
  



More information about the jboss-cvs-commits mailing list