Annotation Type RemoveNullIntegerEntries


@Documented @Inherited @Target(FIELD) @Retention(RUNTIME) public @interface RemoveNullIntegerEntries

Defines null entries of an integer 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 integer array or collection fields.