
cd.connect.spring.jersey.JerseyApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servlet-spring-jersey Show documentation
Show all versions of servlet-spring-jersey Show documentation
servlet-spring-jersey - spring/jersey support. requires spring-web's RequestContextFilter.
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