public class SpringDependencyInjector extends java.lang.Object implements DependencyInjector
| Constructor and Description |
|---|
SpringDependencyInjector() |
| Modifier and Type | Method and Description |
|---|---|
void |
injectDependenciesInto(java.lang.Object target)
Setup Spring dependencies in a step library, based on the Spring ContextConfiguration annotation.
|
public void injectDependenciesInto(java.lang.Object target)
injectDependenciesInto in interface DependencyInjectortarget -