On Nov 21, 5:07 pm, Gili <[EMAIL PROTECTED]> wrote: > What is "Injector binding"? That's defined here: http://google-guice.googlecode.com/svn/trunk/latest-javadoc/com/google/inject/Binding.html
> Also, visitNoScoping's documentation reads "On a module, this strategy > indicates that the injector should use scoping annotations to find a > scope." Can you please give example of what this means? Also, what > does "An unscoped binding will behave like a scoped one when it is > linked to a scoped binding" mean? It's not clear to me how scopes can > be "linked". Suppose you bind Foo to FooImpl. If Foo is unscoped and FooImpl is a singleton, then Foo is effectively a singleton. > Finally, there is still a lot of confusion in my mind on the topic of > "scope annotations". I took another pass on the scopes wiki. Hopefully it makes it more obvious what you'll need to do to define a custom scope: http://code.google.com/p/google-guice/wiki/Scopes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
