Annotation Type TrimEntries
Defines each entry of a string collection or array form field (whether on a Struts Action or model of
ModelDriven Struts Action) should be trimmed using the String.trim() function. This differs from Trim by
applying after list converters that create String entries, such as StringCSVConversion.
This annotation applies a list post-conversion adjuster, which comes after post-conversion adjusters and before post-conversion validation. It only applies to string array or collection fields.