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