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