Annotation Type RemoveEmptyStringEntries
@Documented
@Inherited
@Target(FIELD)
@Retention(RUNTIME)
public @interface RemoveEmptyStringEntries
Defines null and empty string entries of a string collection or array form field (whether on a Struts Action or model of ModelDriven Struts Action) should be deleted.
This annotation applies a list post-conversion adjuster, which comes after post-conversion adjusters and before post-conversion validation. It only applies to array or collection non-string fields.