You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2008/12/26 17:56:45 UTC

svn commit: r729512 - /myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java

Author: gpetracek
Date: Fri Dec 26 08:56:45 2008
New Revision: 729512

URL: http://svn.apache.org/viewvc?rev=729512&view=rev
Log:
EXTVAL-29 comment for UsageInformation

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java?rev=729512&r1=729511&r2=729512&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/src/main/java/org/apache/myfaces/extensions/validator/internal/UsageInformation.java Fri Dec 26 08:56:45 2008
@@ -24,18 +24,11 @@
 import java.lang.annotation.Target;
 
 /**
- * it's an internal annotation to provide some information
- * <p/>
- * e.g.: some mechanisms aren't deprecated
- * they are e.g. fallbacks, alternatives,...
- * in order to avoid the deprecated annotation it's possible to use this one.
- * you can tell other developers:
- * this artifact isn't used for the desired approach, however, it's still essential to have it as ...
- * <p/>
- * idea: unify small parts of information which are frequently used
+ * it's an internal annotation to provide some information concerning usage-categories
  *
  * @author Gerhard Petracek
  * @since 1.x.1
+ * @see org.apache.myfaces.extensions.validator.internal.UsageCategory
  */
 @Target({TYPE, METHOD, FIELD})
 public @interface UsageInformation