Honestly, I haven't read the book. This is a good reminder that I should, however.
Eric On Wed, Dec 17, 2008 at 4:18 PM, Dhanji R. Prasanna <[email protected]>wrote: > > I think Robbie talks about this in his book too. > > Dhanji. > > On Thu, Dec 18, 2008 at 7:26 AM, [email protected] <[email protected]> > wrote: > > > > On Dec 17, 7:23 am, "Eric Anderson" <[email protected]> wrote: > >> http://testinfected.blogspot.com/2008/12/private-bindings-in-guice.html > > > > Fantastic. Your pattern of private binding annotations is the simplest > > way to hide bindings from other packages. You could also use package- > > private binding annotations to limit the binding to a specific > > package. > > > > If you ever need to hide the bindings for an entire module, the newer > > Guice 2 snapshots include PrivateModule, which hides all bindings by > > default. > > http://publicobject.com/2008/10/just-checked-in-privatemodules.html > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
