Package org.javers.spring.annotation
package org.javers.spring.annotation
-
Annotation InterfacesClassDescriptionEnables auto-audit when put on a method (typically on a method in a Repository)
TriggersJavers.commit(String, Object)for each method argument.INCUBATING - Javers Async API has incubating status.
Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).Enables auto-audit when put on a conditionally deleting method (typically on a Repository method).Enables auto-audit when put on a deleting method (typically on a Repository method)
TriggersJavers.commitShallowDelete(java.lang.String, java.lang.Object)for each method argument.Enables Javers auto-audit aspect when put on Spring DataCrudRepository