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