Revision: 1521
Author: sberlin
Date: Sun Mar  6 15:49:02 2011
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1521

Modified:
 /wiki/Guice30.wiki

=======================================
--- /wiki/Guice30.wiki  Sun Mar  6 15:22:45 2011
+++ /wiki/Guice30.wiki  Sun Mar  6 15:49:02 2011
@@ -4,9 +4,9 @@

 ==Downloads==
* *[http://code.google.com/p/google-guice/source/checkout Checkout from SVN]* - * *[http://google-guice.googlecode.com/files/guice-3.0-rc2.zip guice-3.0-rc2.zip]* core & extension jars. 860KB - * *[http://google-guice.googlecode.com/files/guice-3.0-rc2-src.zip guice-3.0-rc2-src.zip]* sources, tests, dependencies and Javadoc. 23.3MB - * *[http://google-guice.googlecode.com/files/guice-3.0-rc2-no_aop.jar guice-3.0-rc2-no_aop.jar]* core without AOP, suitable for Android. 465KB + * *[http://google-guice.googlecode.com/files/guice-3.0-rc3.zip guice-3.0-rc3.zip]* core & extension jars. 862KB + * *[http://google-guice.googlecode.com/files/guice-3.0-rc2-src.zip guice-3.0-rc3-src.zip]* sources, tests, dependencies and Javadoc. 23.3MB + * *[http://google-guice.googlecode.com/files/guice-3.0-rc2-no_aop.jar guice-3.0-rc3-no_aop.jar]* core without AOP, suitable for Android. 466KB

 ==Docs==
* [http://google-guice.googlecode.com/svn/tags/3.0-rc2/javadoc/index.html Javadoc API]
@@ -99,9 +99,9 @@
      * 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 '@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. + * Bindings created by !ThrowingProviderBinder now return proper dependencies instead of Injector.
   * [Struts2Integration Struts2]
* The Struts2 extension now works again! (It worked in Guice 1.0 and was somewhat broken in Guice 2.0) * Added to Injector: `getAllBindings`, `getExistingBinding`, `getScopeBindings`, `getTypeConverterBindings`.
@@ -116,7 +116,7 @@
* Overriding an @Inject method (if the subclass also annotates the method with @Inject) no longer injects the method twice * You can now bind byte constants (using `ConstantBindingBuilder.to(byte)`) * Better exceptions when trying to intercept final classes, using keys already bound in child or private module, and many other cases. - * ConvertedConstantBinding now exposes the TypeConverterBinding used to convert the constant. + * !ConvertedConstantBinding now exposes the !TypeConverterBinding used to convert the constant.

 ==Migrating from Guice 2.0==
See the [http://google-guice.googlecode.com/svn/trunk/latest-api-diffs/3.0/changes.html JDiff change report] for complete details.

--
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