On Jan 12, 7:06 pm, Ambience <[email protected]> wrote: > If there was a way to > detect if I was in a scope, I could also use that in this specific > situation.
At least if you create your own scope, then it is possible. Even the example in http://code.google.com/p/google-guice/wiki/CustomScopes checks (in the getScopedObjectMap method) whether it's inside the scope. It might be good to dig into the implementation of the scopes you use, to see if they make it possible to check whether you are in scope. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
