Skip to content

Spring Dependency Injection

Joe Betz edited this page Aug 28, 2013 · 14 revisions

To bind rest.li’s dependency injection to spring. Use the two below classes, which are not yet added to the rest.li but may be added shortly and are available here under the apache 2.0 license.

An example project using spring dependency injection is available in the rest.li codebase:

https://github.com/linkedin/rest.li/tree/master/examples/spring-server

Clone this wiki locally