Revision: 1347
Author: sberlin
Date: Sun Oct 31 13:56:09 2010
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1347

Modified:
 /wiki/Guice30.wiki

=======================================
--- /wiki/Guice30.wiki  Sun Oct 31 07:38:59 2010
+++ /wiki/Guice30.wiki  Sun Oct 31 13:56:09 2010
@@ -65,3 +65,9 @@
* 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
+
+==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.
+
+===JSR 330===
+Guice 3.0 now requires JSR 330 on your classpath. This is the javax.inject.jar included in the guice download.

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