Well, I had a circular injection dependency that sent Gin for a loop
(literally, bad mojo!)
So, instead, I thought I'd inject the Ginjector and just get the
object I needed (which was already configured because its also used by
the EntryModule.
I don't often have a use for this, but on server-side stuff, too, I
have occasionally needed to inject the injector ... its rare, but
usually there isn't any other pretty way to go about it ;-)
Thanks,
Brice