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