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