Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1813 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
283490e405
  1. 1
      spring-framework-reference/src/validation.xml

1
spring-framework-reference/src/validation.xml

@ -1021,7 +1021,6 @@ public class Money { @@ -1021,7 +1021,6 @@ public class Money {
<para>
The example above says <emphasis>"Money objects should be formatted by a MoneyFormatter"</emphasis>.
With this configuation, whenever a field is of type Money, MoneyFormatter will format the field value.
When referenced by a @Formatted annotation, a Formatter implementation must declare a public default constructor.
</para>
</section>
<section id="ui-format-CustomFormatAnnotations">

Loading…
Cancel
Save