Annotation Interface ForceUppercase


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface ForceUppercase
Indicates that this attribute should be forced to upper case before being sent to the PersistenceProvider.

This is a *hint* only, visible to the system metadata. The KRAD Data module does not enforce it.

Author:
Kuali Rice Team (rice.collab@kuali.org)