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