Annotation Interface Sensitive


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface Sensitive
Indicates that the attribute contents could be sensitive and should be protected (masked) by default when included in user interfaces.
Author:
Kuali Rice Team (rice.collab@kuali.org)