> > At every request i create a new injector whit this method and catch the > exact instance of UserContextInfo. >
That's a little draconian - try using a custom scope instead - either roll your own if it's simple, or use something like this: https://github.com/timboudreau/scopes -Tim > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/79f36199-5163-46b8-a5d3-8bb0d0d251a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
