git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1432 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-06-25 20:28:53 +00:00
parent 7e386d4215
commit 7e99af789a
@@ -65,7 +65,11 @@ import org.springframework.util.Assert;
* @author Keith Donald
* @since 3.0
* @see #configureBinding(BindingConfiguration)
* @see #bind(UserValues)
* @see #setFormatterRegistry(FormatterRegistry)
* @see #setMessageSource(MessageSource)
* @see #setStrict(boolean)
* @see #setTypeConverter(TypeConverter)
* @see #bind(Map)
*/
@SuppressWarnings("unchecked")
public class GenericBinder implements Binder {