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