org.javers.spring.auditable.MockAuthorProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javers-spring Show documentation
Show all versions of javers-spring Show documentation
JaVers object auditing and diff framework
package org.javers.spring.auditable;
public class MockAuthorProvider implements AuthorProvider {
@Override
public String provide() {
return "unknown";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy