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