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

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

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

/**
 * Implementation has to be thread-safe and has to provide
 * an author (typically a user login), to current user session.
 *
 * @author Pawel Szymczyk
 */
public interface AuthorProvider {
    String provide();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy