Open GoogleCodeExporter opened 9 years ago
I don't think it will ever be possible to private bindings if Modules.override
is called on a module that also installs a private module.... but I think
something should be possible for your example (where you're calling
Modules.override on a PrivateModule itself).
How should the nuances be handled? Should the result be a PrivateModule also?
Should only the same keys be exposed, or should the override module allow new
keys to be exposed? Should the override module be required to also be a
PrivateModule (or be required *not* to be one)? (And any other questions you
can think of..)
Original comment by sa...@google.com
on 22 Jul 2010 at 11:43
fixed in r1195. please take a minute to review the changes @
http://code.google.com/p/google-guice/source/detail?r=1195 .
Original comment by sberlin
on 1 Aug 2010 at 4:03
Original issue reported on code.google.com by
thoma...@google.com
on 22 Jul 2010 at 7:22Attachments: