@Documented
@Target(value=METHOD)
@Retention(value=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.