Annotation Interface UpperCase


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

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