RESOLVED - issue BATCH-1322: Provide prototype lookup support in DefaultPropertyEditorRegistrar

This commit is contained in:
dsyer
2009-07-16 07:08:56 +00:00
parent 0bc64d4176
commit 621327ea6c

View File

@@ -28,7 +28,10 @@ import org.springframework.util.ClassUtils;
/**
* A re-usable {@link PropertyEditorRegistrar} that can be used wherever one
* needs to register custom {@link PropertyEditor} instances with a
* {@link PropertyEditorRegistry} (like a bean wrapper, or a type converter).
* {@link PropertyEditorRegistry} (like a bean wrapper, or a type converter). It
* is not thread safe, but useful where one is confident that binding or
* initialisation can only be single threaded (e.g in a standalone application
* with no threads).
*
* @author Dave Syer
*