All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javers.spring.auditable.CommitPropertiesProvider Maven / Gradle / Ivy

There is a newer version: 7.6.2
Show newest version
package org.javers.spring.auditable;

import org.javers.core.Javers;
import java.util.Map;

/**
 * Should provide commit properties passed by Auto-audit aspect
 * to {@link Javers#commit(String, Object, Map)}
 * 

* * Implementation has to be thread-safe * and has to play along with {@link AuthorProvider} *

* * @author bartosz.walacik */ public interface CommitPropertiesProvider { Map provide(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy