Someone knows some way that how can I achieve the same functionality in Guice as the \'afterPropertiesSet\' interface in spring ? ( its a post construction hook )
I guess using @PostConstruct is the way to go.
Here is a related blog post : http://macstrac.blogspot.com/2008/10/adding-support-for-postconstruct.html
And here is an addon library that provides the support : http://code.google.com/p/guiceyfruit/
Adding lifecycle support via Guiceyfruit is described here : http://code.google.com/p/guiceyfruit/wiki/Lifecycle