@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AuditExcludeFieldValue
Mark a field to exclude the actual field value change during standard auditing. This is useful for auditing password field changes where you
don't want to actually store the password change values as part of the audit.
This annotation only applies to the enterprise module audit feature. Its effects are dormant otherwise.
- Author:
- Jeff Fischer