We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff486 commit b53f180Copy full SHA for b53f180
spring-framework-reference/src/new-in-3.xml
@@ -393,8 +393,8 @@ public class AppConfig {
393
for type conversion, and may also be used by a Spring Container and DataBinder when
394
binding bean property values.</para>
395
396
- <para>In addition, a <link linkend="format">formatter</link> system
397
- has been introduced for formatting field values. This system provides
+ <para>In addition, a <link linkend="format">formatter</link> SPI
+ has been introduced for formatting field values. This SPI provides
398
a simpler and more robust alternative to JavaBean PropertyEditors for use in client
399
environments such as Spring MVC.</para>
400
</section>
0 commit comments