org.atmosphere.spring
Class SpringInjector
java.lang.Object
org.atmosphere.spring.SpringInjector
- All Implemented Interfaces:
- Injector
public class SpringInjector
- extends Object
- implements Injector
An injector for Spring Beans. Any bean that you want to inject must use annotations (autowiring).
- Since:
- 0.8.2
- Author:
- Jason Burgess
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringInjector
public SpringInjector()
inject
public void inject(Object o)
- Specified by:
inject in interface Injector
Copyright © 2014. All Rights Reserved.