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

Gavin King gavin.king at jboss.com
Fri Jun 8 22:20:44 EDT 2007


  User: gavin   
  Date: 07/06/08 22:20:44

  Modified:    src/main/org/jboss/seam/annotations  Startup.java
  Log:
  ws
  
  Revision  Changes    Path
  1.6       +3 -2      jboss-seam/src/main/org/jboss/seam/annotations/Startup.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Startup.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Startup.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Startup.java	10 May 2007 20:07:28 -0000	1.5
  +++ Startup.java	9 Jun 2007 02:20:44 -0000	1.6
  @@ -1,4 +1,4 @@
  -//$Id: Startup.java,v 1.5 2007/05/10 20:07:28 pmuir Exp $
  +//$Id: Startup.java,v 1.6 2007/06/09 02:20:44 gavin Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  @@ -21,7 +21,8 @@
   @Target(TYPE)
   @Retention(RUNTIME)
   @Documented
  -public @interface Startup {
  +public @interface Startup 
  +{
      /**
       * A list of other Seam Components that should be started
       * before this one, if they are installed.
  
  
  



More information about the jboss-cvs-commits mailing list