Annotation Interface ToUpperCase


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

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