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