org.wildfly.swarm.config.ejb3.TimerServiceSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.ejb3;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface TimerServiceSupplier {
/**
* Constructed instance of TimerService resource
*
* @return The instance
*/
public TimerService get();
}