added todos left

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@896 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-03-31 17:56:08 +00:00
parent 3b34058e55
commit 5e859beea3
1 changed files with 4 additions and 0 deletions

View File

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