You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/05/08 22:38:35 UTC

cvs commit: jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/validation package.html

leosutic    2004/05/08 13:38:35

  Added:       attributes/compiler/src/java/org/apache/commons/attributes/javadoc
                        package.html
               attributes/compiler/src/java/org/apache/commons/attributes/validation
                        package.html
  Log:
  Added package docs.
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/javadoc/package.html
  
  Index: package.html
  ===================================================================
  
  <html>
      <body>
          <p>Provides a Javadoc Taglet for documenting attributes. </p>
           
          
      </body>
  </html>
  
  
  
  
  1.1                  jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/validation/package.html
  
  Index: package.html
  ===================================================================
  
  <html>
      <body>
          <p>Provides an API for validating internal consistency among attributes. </p>
           
          <p>Many times, an attribute will only make sense in some context.
          For example, you may have one attribute that must either be applied to no methods,
          or to all methods in a class. An attribute may require the presence of another
          attribute.
          
          <p>The AttributeValidatorTask Ant task and its API enables you to define those rules
          and run them as part of your regular build.
      </body>
  </html>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org