Package org.javers.spring.annotation
Annotation Type JaversAuditableAsync
-
@Retention(RUNTIME) @Target(METHOD) public @interface JaversAuditableAsyncINCUBATING - Javers Async API has incubating status.
Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).
TriggersJavers.commitAsync(String, Object, Executor)for each method argument.
Important! Works with MongoDB, not implemented for SQL repositories.- See Also:
JaversAuditableAspectAsync