I have been looking at a nasty bug in my code over the past 2 days, surrounding my Guice module and its associated bindings. I have about 20 bindings declared in my module, and only 1 of them does not work.
I have exhausted every option here, and I wonder if there is an-like module.print()method in the Guice library where I can print the String version of all module bindings; either, or somehow get Guice to log what he does when he reads in my bad binding.
source
share