Hi,
 
That will not work with GIN/GWT.
 
David

On Monday, February 27, 2012 2:52:00 PM UTC+1, Marko Lavikainen wrote:

> This is probably your answer: 
>
> http://code.google.com/p/mycila/wiki/MycilaGuice 
>
> On 27 helmi, 11:53, David Nouls <david.no...@gmail.com> wrote: 
> > Hi, 
> > 
> > I'm looking for a feature in Guice (and GIN) that allows me to call a 
> > method after injection has been done on an object. 
> > I found a blogpost that gives me a solution, but is really a cludge for 
> > something that should be somehow part of Guice. 
> > 
> > http://cristianvrabie.blogspot.com/2009/11/simulate-bean-initializati... 
>
> > <http://cristianvrabie.blogspot.com/2009/11/simulate-bean-initializati...> 
>
> > 
> > What I need is some kind of way to mark a method that needs to be 
> invoked 
> > when construction, member and setter injections have been performed. 
> > 
> > I don't want to add some maybeInitialize method and call that from 
> > everywhere in the object since that will bring in multithreading issues. 
> > 
> > I can not/do not want to use constructor injection because in my case I 
> > have a baseclass that need injections but I don't want to polute the 
> > derived classes to also have to call super( ... ). This would basically 
> > expose the internals of the root class. 
> > 
> > David

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-guice/-/Qzqir1dQgvUJ.
To post to this group, send email to google-guice@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to