Annotation Interface BusinessKey


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface BusinessKey
Indicates that the field forms part of the business key for the data object.

(Usually a field or set of fields which form the user-visible unique key for the data object.)

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