2008/10/7 Robbie Vanbrabant <[EMAIL PROTECTED]>: > One Josh Bloch quote to rule them all: "Don't make the user do work that the > library could do". > So close() is fine. Its location is not ;-) > If you go for the MulticastInjector, you could probably even disable Closer > tracking completely when using regular Injectors.
There is no Closer tracking until you actually invoke the close() method btw :). So it really has zero overhead if folks don't use it - other than a new method, close() -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
