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

Gavin King gavin.king at jboss.com
Sat Jun 23 06:17:29 EDT 2007


  User: gavin   
  Date: 07/06/23 06:17:29

  Modified:    src/main/org/jboss/seam/annotations  Role.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.4       +10 -10    jboss-seam/src/main/org/jboss/seam/annotations/Role.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Role.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Role.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Role.java	16 Feb 2007 16:49:03 -0000	1.3
  +++ Role.java	23 Jun 2007 10:17:29 -0000	1.4
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  @@ -17,11 +17,11 @@
   
   /**
    * Specifies the name and scope role for a seam component role.
  - * If a component has no @Role annotation missing, it component 
  - * has exactly one role, defined by @Name and @Scope. If it has
  - * one or more @Role annotations, the component has one or more
  - * roles in addition to the default role defined by @Name and 
  - * @Scope.
  + * If a component has no <tt>@Role</tt> annotation, it has exactly 
  + * one role, defined by <tt>@Name</tt> and <tt>@Scope</tt>. If it has
  + * one or more <tt>@Role</tt> annotations, the component has one or more
  + * roles in addition to the default role defined by <tt>@Name</tt> and 
  + * <tt>@Scope</tt>.
    *
    * @author César Izurieta
    */
  
  
  



More information about the jboss-cvs-commits mailing list