org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePoolSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.ejb3;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface StrictMaxBeanInstancePoolSupplier {
/**
* Constructed instance of StrictMaxBeanInstancePool resource
*
* @return The instance
*/
public StrictMaxBeanInstancePool get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy