Author: limpbizkit
Date: Mon Mar 2 16:07:32 2009
New Revision: 885
Modified:
wiki/BuiltInBindings.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BuiltInBindings.wiki
==============================================================================
--- wiki/BuiltInBindings.wiki (original)
+++ wiki/BuiltInBindings.wiki Mon Mar 2 16:07:32 2009
@@ -126,7 +126,7 @@
In framework code, sometimes you don't know the type you need until
runtime. In this rare case you should inject the injector. Code that
injects the injector does not self-document its dependencies, so this
approach should be done sparingly.
-=TypeLiteral=
+=!TypeLiteral=
Guice has complete type information for everything it injects. If you're
injecting parameterized types, you can inject a `TypeLiteral<T>` to
reflectively tell you the element type.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---