Revision: 8f070db53889
Author:   christianedwardgruber <[email protected]>
Date:     Tue Feb  7 07:44:48 2012
Log:      slight tweak to wording to use a less archaic form.
http://code.google.com/p/google-guice/source/detail?r=8f070db53889&repo=wiki

Modified:
 /Multibindings.wiki

=======================================
--- /Multibindings.wiki Tue Feb  7 07:37:23 2012
+++ /Multibindings.wiki Tue Feb  7 07:44:48 2012
@@ -81,7 +81,7 @@
 }
 }}}

-_*Note:* The method `Multibinder.newSetBinder()` can be confusing. This operation creates a new binder, but doesn't override any existing bindings. Any thusly-created binders simply contribute more bindings to the Set._ +_*Note:* The method `Multibinder.newSetBinder(binder, type)` can be confusing. This operation creates a new binder, but doesn't override any existing bindings. A binder created this way contributes to the existing Set of implementations for that type. It would create a new set only if one is not already bound._


Finally we must register the plugins themselves. The simplest mechanism to do so is to list them programatically:

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to