![JAR search and dependency download from the Maven repository](/logo.png)
cd.connect.spring.jersey.JerseyApplication Maven / Gradle / Ivy
package cd.connect.spring.jersey;
import org.springframework.context.ApplicationContext;
import java.util.stream.Stream;
/**
* @author Richard Vowles - https://plus.google.com/+RichardVowles
*/
public interface JerseyApplication {
void init(ApplicationContext context, Stream> resources);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy