Author: limpbizkit
Date: Sun Nov 16 16:24:10 2008
New Revision: 683
Added:
wiki/Multibindings.wiki
Log:
Created wiki page through web user interface.
Added: wiki/Multibindings.wiki
==============================================================================
--- (empty file)
+++ wiki/Multibindings.wiki Sun Nov 16 16:24:10 2008
@@ -0,0 +1,6 @@
+#summary Overview of Multibinder and MapBinder extensions
+=Multibindings=
+[http://google-guice.googlecode.com/svn/trunk/latest-javadoc/com/google/inject/multibindings/Multibinder.html
Multibinder]
and
[http://google-guice.googlecode.com/svn/trunk/latest-javadoc/com/google/inject/multibindings/MapBinder.html
MapBinder] are intended for plugin-type architectures, where you've got
several modules contributing Servlets, Actions, Filters, Components or even
just names.
+
+==Limitations==
+When you use !PrivateModules with multibindings, the all elements must be
bound in the same environment. You cannot create collections whose elements
span private modules.
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---