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