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

Gavin King gavin.king at jboss.com
Thu Jul 19 07:58:22 EDT 2007


  User: gavin   
  Date: 07/07/19 07:58:22

  Modified:    src/main/org/jboss/seam/annotations  Import.java
  Log:
  look in own namespace
  javadoc
  delete obsolete file
  
  Revision  Changes    Path
  1.2       +9 -1      jboss-seam/src/main/org/jboss/seam/annotations/Import.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Import.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Import.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Import.java	19 Jul 2007 07:32:27 -0000	1.1
  +++ Import.java	19 Jul 2007 11:58:22 -0000	1.2
  @@ -9,7 +9,9 @@
   import java.lang.annotation.Target;
   
   /**
  - * 
  + * Allows use of unqualified names in @In by a component
  + * or by all components in a package. The semantics are
  + * similar to a .* import in Java.
    * 
    * @author Gavin King
    *
  @@ -19,5 +21,11 @@
   @Documented
   public @interface Import 
   {
  +   /**
  +    * Specifies the name qualifiers for which unqualified names
  +    * may be used.
  +    * 
  +    * @return an array of name qualifiers
  +    */
      String[] value();
   }
  
  
  



More information about the jboss-cvs-commits mailing list