javax.validation.ClockProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-dagger-x Show documentation
Show all versions of springboot-dagger-x Show documentation
Fast construction of springboot microservices
The newest version!
package javax.validation;
import java.time.Clock;
public interface ClockProvider {
Clock getClock();
}