All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cd.connect.spring.jersey.JerseyApplication Maven / Gradle / Ivy

Go to download

servlet-spring-jersey - spring/jersey support. requires spring-web's RequestContextFilter.

There is a newer version: 1.13
Show newest version
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