JavaDoc clarification (SWF-278).

This commit is contained in:
Erwin Vervaet
2007-04-05 19:31:17 +00:00
parent 1b6f340d2f
commit 3367a52d17

View File

@@ -22,6 +22,10 @@ import org.springframework.web.multipart.MultipartFile;
/**
* An interface for accessing parameters in a backing map. Parameters are
* immutable and have string keys and string values.
* <p>
* The accessor methods offered by this class taking a target type argument
* only need to support conversions to well know types like String, Number subclasses,
* Boolean and so on.
*
* @author Keith Donald
*/