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