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