Annotation Interface JaversAuditableAsync


@Retention(RUNTIME) @Target(METHOD) public @interface JaversAuditableAsync
INCUBATING - Javers Async API has incubating status.

Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).

Triggers Javers.commitAsync(String, Object, Executor) for each method argument.

Important! Works with MongoDB, not implemented for SQL repositories.
See Also: