Annotation Interface LowerCase


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

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