[jboss-svn-commits] JBL Code SVN: r22443 - labs/jbossesb/workspace/skeagh/commons/src/main/java/org/jboss/esb/annotation.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 5 10:23:39 EDT 2008


Author: beve
Date: 2008-09-05 10:23:39 -0400 (Fri, 05 Sep 2008)
New Revision: 22443

Modified:
   labs/jbossesb/workspace/skeagh/commons/src/main/java/org/jboss/esb/annotation/Property.java
Log:
Updated javadoc


Modified: labs/jbossesb/workspace/skeagh/commons/src/main/java/org/jboss/esb/annotation/Property.java
===================================================================
--- labs/jbossesb/workspace/skeagh/commons/src/main/java/org/jboss/esb/annotation/Property.java	2008-09-05 14:12:30 UTC (rev 22442)
+++ labs/jbossesb/workspace/skeagh/commons/src/main/java/org/jboss/esb/annotation/Property.java	2008-09-05 14:23:39 UTC (rev 22443)
@@ -33,12 +33,12 @@
  * <h3>Usage</h3>
  * Where the paramater name is the same as the field name:
  * <pre>{@code
- *     @Property(decoder={@link org.milyn.javabean.decoders.IntegerDecoder}.class)
+ *     @Property
  *     private int maxDigits;
  * </pre>}
  * Where the paramater name is NOT the same as the field name:
  * <pre>{@code
- *     @Property(name="max-digits", decoder={@link org.milyn.javabean.decoders.IntegerDecoder}.class)
+ *     @Property(name="max-digits")
  *     private int maxDigits;
  * </pre>}
  *




More information about the jboss-svn-commits mailing list