diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml
index 280c0ff96d..cb437faca5 100644
--- a/spring-framework-reference/src/validation.xml
+++ b/spring-framework-reference/src/validation.xml
@@ -1106,6 +1106,16 @@ public interface ConversionService {
]]>
+
+ It is also common to use a ConversionService within a Spring MVC
+ application. See
+ for details on use with
+ <mvc:annotation-driven/>.
+
+ In certain situations you may wish to apply formatting during
+ conversion. See for
+ details on using
+ FormattingConversionServiceFactoryBean.