list binding tests

This commit is contained in:
Keith Donald
2009-07-09 03:30:19 +00:00
parent cbe6695273
commit 2aef75b907
3 changed files with 57 additions and 18 deletions

View File

@@ -37,10 +37,7 @@ import org.springframework.util.Assert;
/**
* Base implementation of a conversion service. Initially empty, e.g. no converters are registered by default.
*
* TODO - object to collection/map converters
* TODO - allow registration of converters to apply on presence of annotation values on setter or field
*
* @author Keith Donald
*/
@SuppressWarnings("unchecked")