ee.bitweb.core.scheduled.ScheduledRunnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-core Show documentation
Show all versions of spring-core Show documentation
Bitweb Spring Boot Java Core Library
The newest version!
package ee.bitweb.core.scheduled;
public interface ScheduledRunnable {
void run();
}