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