Annotation Interface LoggableWithoutValues


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface LoggableWithoutValues
Getter methods that are annotated with this annotation should not have their old/new values logged in the change history log. Use it for sensitive values like a password or for binary values. A modified value is still logged as a change but without the detailed information.
Since:
3.19.9
Author:
nicklas
See Also: