Annotation Interface ToLowerCase


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

Defines a form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be modified using the String.toLowerCase() function.