Hi

I have a possible use case where I need to introspect the Bindings returned
from the injector. I need to find out what bindings are scoped with a custom
scope implementation. For example, I need to scope Connection as thread
local to manage jdbc transactions. After the transaction has been
committed/rolled back, I need to remove all stored thread local elements to
prevent memory leakage. I have a hook to the injector but not the modules.

SPI api requires access to the modules but not the injector. Is there a way
around this issue?

Kartik

-- 
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.

Reply via email to