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

Gavin King gavin.king at jboss.com
Mon Jun 25 18:36:15 EDT 2007


  User: gavin   
  Date: 07/06/25 18:36:15

  Modified:    src/main/org/jboss/seam/annotations  Namespace.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.4       +6 -3      jboss-seam/src/main/org/jboss/seam/annotations/Namespace.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Namespace.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Namespace.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Namespace.java	18 Jun 2007 05:12:15 -0000	1.3
  +++ Namespace.java	25 Jun 2007 22:36:15 -0000	1.4
  @@ -13,7 +13,8 @@
   import java.lang.annotation.Target;
   
   /**
  - * Specifies the configuration namespace of a seam component.
  + * Specifies the configuration namespace of a Java package 
  + * containing Seam components.
    * 
    * @author Norman Richards
    */
  @@ -23,11 +24,13 @@
   public @interface Namespace 
   {
       /**
  -     * @return the configuration namespace
  +     * @return the configuration namespace for the package
        */
       String value();
       /**
  -     *  The component package name prefix, if any
  +     *  The qualifier used to get the component name of
  +     *  components in this package from the XML element 
  +     *  names
        */
       String prefix() default "";
   }
  
  
  



More information about the jboss-cvs-commits mailing list