Author: limpbizkit
Date: Sat May 16 11:36:14 2009
New Revision: 952
Modified:
wiki/Changes10.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Changes10.wiki
==============================================================================
--- wiki/Changes10.wiki (original)
+++ wiki/Changes10.wiki Sat May 16 11:36:14 2009
@@ -1,12 +1,24 @@
#summary Significant changes in Guice 1.0
-= 1.0 final =
+=Guice 1.0=
+==Downloads==
+ * [http://google-guice.googlecode.com/files/guice-1.0.zip guice-1.0.zip]
+ * [http://google-guice.googlecode.com/files/guice-1.0-src.zip
guice-1.0-src.zip]
+ *
[http://google-guice.googlecode.com/files/guice-struts2-plugin-1.0.1.jar
guice-struts2-plugin-1.0.1.jar]
+
+
+==Docs==
+ * [http://google-guice.googlecode.com/svn/tags/1.0/javadoc/index.html
Javadoc API]
+ *
[http://google-guice.googlecode.com/files/Guice%201.0%20User%27s%20Guide.pdf
Guice 1.0 User's Guide.pdf]
+
+
+==Changes==
+===1.0===
* Changed constant binding API. Replaced `bindConstant(annotation)` with
`bindConstant().annotatedWith(annotation)`.
* Fixed bug in ordering of instance injection.
-= 1.0rc3 =
-
+===1.0rc3===
* Renamed `Container` to `Injector`
* Renamed "container scope" to "singleton"
* Guice now blows up if a custom provider returns `null`
@@ -17,8 +29,7 @@
* Added JNDI integration.
* Made `CreationException` a runtime exception.
-= 1.0rc2 (changes since 1.0rc1) =
-
+=== 1.0rc2 (changes since 1.0rc1) ===
* Added `...@scopeannotation`. If you forget to bind a scope, you'll get an
error.
* Added `Binder.addError()` so you can record custom error messages from
modules.
* Removed `Scopes.DEFAULT`. We now refer to this as "no scope."
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---