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