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

Peter Muir peter at bleepbleep.org.uk
Fri Oct 26 08:21:02 EDT 2007


  User: pmuir   
  Date: 07/10/26 08:21:02

  Modified:    src/main/org/jboss/seam/annotations  In.java
  Log:
  specifing scope improves performance
  
  Revision  Changes    Path
  1.12      +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/In.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: In.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/In.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- In.java	25 Jun 2007 21:02:55 -0000	1.11
  +++ In.java	26 Oct 2007 12:21:02 -0000	1.12
  @@ -45,6 +45,8 @@
      /**
       * Explicitly specify the scope to search, instead of
       * searching all scopes.
  +    * 
  +    * More efficient as it avoids scanning all contexts
       */
      ScopeType scope() default ScopeType.UNSPECIFIED;
   }
  
  
  



More information about the jboss-cvs-commits mailing list