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

Peter Muir peter at bleepbleep.org.uk
Thu May 10 16:07:28 EDT 2007


  User: pmuir   
  Date: 07/05/10 16:07:28

  Modified:    src/main/org/jboss/seam/annotations  Startup.java
  Log:
  Minor
  
  Revision  Changes    Path
  1.5       +8 -4      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Startup.java	8 Mar 2006 01:05:26 -0000	1.4
  +++ Startup.java	10 May 2007 20:07:28 -0000	1.5
  @@ -1,4 +1,4 @@
  -//$Id: Startup.java,v 1.4 2006/03/08 01:05:26 gavin Exp $
  +//$Id: Startup.java,v 1.5 2007/05/10 20:07:28 pmuir Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  @@ -23,9 +23,13 @@
   @Documented
   public @interface Startup {
      /**
  -    * A list of other application scope components
  -    * that should be started before this one, if they
  -    * are installed.
  +    * A list of other Seam Components that should be started
  +    * before this one, if they are installed.
  +    * 
  +    * If applied to an APPLICATION scope component, the
  +    * dependant components should be APPLICATION scope. If
  +    * applied to a SESSION scope component, the components
  +    * should be in SESSION scope.
       */
      String[] depends() default {};
   }
  
  
  



More information about the jboss-cvs-commits mailing list