{@link IComponentInstantiationListener} that injects component and behavior propertiesannotated with {@link SpringBean} annotations.To install in yourapplication.init() call
getComponentInstantiationListeners().add(new SpringComponentInjector(this));
Only Wicket {@link Component}s and {@link Behavior}s are automatically injected, other classes such as {@link Session}, {@link Model}, and any other POJO can be injected by calling Injector.get().inject(this)
in their constructor.
@author Igor Vaynberg (ivaynberg)
@author
Justin Lee