Annotation Interface NotLoggable


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface NotLoggable
Getter methods that are annotated with this annotation should not trigger a log entry even if their values have changed. For example, the BasicData.getVersion() property.
Since:
3.3
Author:
nicklas
See Also:
Last modified
$Date $