diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index e50b7f302b..95eb9347e3 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -917,7 +917,7 @@ public class MyService {
Spring 3 UI Field Formatting - core.convert is a simple, general-purpose type conversion system. + core.convert is a simple, general-purpose type conversion system. It addresses one-way conversion from one type to another, and is not limited to just converting Strings. As discussed in the previous section, a Spring Container can be configured to use this system when binding bean property values. In addition, the Spring Expression Language (SpEL) uses this system to coerce Expression values.