When does tapestry-ioc inject stuff to object (@Inject annotation)? I guess it is straight after finishing the constructor...

Is it possible to have the injection already available after the call of super() inside the constructor? This way the injection would be available already inside the rest of the constructor code.

class Foo{
@Inject
Service service

Foo(){
 //service is null in constructor
 ....
}
}

--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to