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