Consequently, if I nullify the reference to my Injector and if I do not have any static references and statically injected fields will the whole graph of injected objects get GC'ed?
Even if I have @Singletons would they get GC'ed? I'm guessing Singletons are per-Injector and not our old fashioned static-referenced singletons which never get GC'ed unless the ClassLoader itself it released? -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/PSl9qN0HddsJ. 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.
