This commit is contained in:
Keith Donald
2009-09-03 16:32:09 +00:00
parent 9b2f161b7e
commit 21d9b70fd8

View File

@@ -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">