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