Revision: 1538
Author: sberlin
Date: Thu Mar 24 19:08:00 2011
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1538
Modified:
/wiki/Guice30.wiki
=======================================
--- /wiki/Guice30.wiki Thu Mar 24 19:02:13 2011
+++ /wiki/Guice30.wiki Thu Mar 24 19:08:00 2011
@@ -3,7 +3,6 @@
Released March 24, 2011
==Downloads==
- * *[http://code.google.com/p/google-guice/source/checkout Checkout from
SVN]*
* *[http://google-guice.googlecode.com/files/guice-3.0.zip
guice-3.0.zip]* core & extension jars. 866KB
* *[http://google-guice.googlecode.com/files/guice-3.0-src.zip
guice-3.0-src.zip]* sources, tests, dependencies and Javadoc. 23.8MB
* *[http://google-guice.googlecode.com/files/guice-3.0-no_aop.jar
guice-3.0-no_aop.jar]* core without AOP, suitable for Android. 470KB
@@ -53,7 +52,7 @@
* Performance improvements for the filter & servlet pipelines
* Expose the servlet context (`ServletModule.getServletContext`)
* Fixed so a single ServletModule instance can be used twice (in, say
Element.getElements & creating an Injector)
- * Fix to work with context paths.
+ * Fix to work with context paths
* AssistedInject extension improvements
* New `FactoryModuleBuilder` for building assisted factories
* Injection is done through child injectors and can participate in AOP
@@ -63,8 +62,8 @@
* Work better with parameterized types
* Expose details through new extensions SPI
* ThrowingProviders extension improvements
- * Added a new 'CheckedProviders' interface that allows more than one
exception to be thrown.
- * Added '@CheckedProvides' allowing @Provides-like syntax
for !CheckedProviders.
+ * Added a new !CheckedProviders interface that allows more than one
exception to be thrown.
+ * Added @!CheckedProvides allowing @Provides-like syntax
for !CheckedProviders.
* Dependencies are checked at Injector-creation time and during
Stage.TOOL, so they can fail early
* Bindings created by !ThrowingProviderBinder now return proper
dependencies instead of Injector.
* [Struts2Integration Struts2]
--
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.