I hope I haven't missed anything obvious but is there a way to get the bound TypeListeners for an Injector? I have poked around with Injector.getAllBindings() which in turn provides access to the Providers but I don't ever see my bound listeners. The only reason I want to access this information is to be able to easily glean information about my Guice configuration and what exactly is bound through the Injector. I am ultimately hoping to expose this through a simple web interface for environment testing and debugging.
I even looked at the Grapher but that didn't seem to provide what I wanted either, assuming once again that I didn't miss something. Thanks! -- 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.
