Revision: 1388
Author: sberlin
Date: Sat Nov 20 13:56:17 2010
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1388
Modified:
/wiki/Guice30.wiki
=======================================
--- /wiki/Guice30.wiki Sat Nov 20 13:55:19 2010
+++ /wiki/Guice30.wiki Sat Nov 20 13:56:17 2010
@@ -12,14 +12,14 @@
*
[http://google-guice.googlecode.com/svn/trunk/latest-api-diffs/3.0/changes.html
API Changes from 2.0 to 3.0, by JDiff]
==Changes since snapshot20101031==
- * Fix InternalInjectorCreator to build bindings as a List instead of a
Set so that equals/hashCode is not called on instance bindings (or provider
instance bindings).
- * New classes (InjectorBuilder, Jsr330, FactoryModuleBuilder) are now
final.
+ * Fix `InternalInjectorCreator` to build bindings as a List instead of a
Set so that equals/hashCode is not called on instance bindings (or provider
instance bindings).
+ * New classes (`InjectorBuilder`, `Jsr330`, `FactoryModuleBuilder`) are
now final.
* Maven POMs use jarjar for extensions now & mirror the ant jarjar rules.
- * Fixed cglib generated classes to be once again be named
$$EnhancerByGuice$$ and $$FastClassByGuice$$ instead of
$$$EnchancerByGuice$$ and $$$FastClassByGuice$$.
- * Added a new interface that all ServletModule bindings share for its
extension SPI and add a new matchesUri method to see if a URI will match
the binding.
- * Added CheckedProvider (in favor of ThrowingProvider), and renamed
@ThrowingProviders to @CheckedProvides.
+ * Fixed cglib generated classes to be once again be named
`$$EnhancerByGuice$$` and `$$FastClassByGuice$$` instead of
`$$$EnchancerByGuice$$` and `$$$FastClassByGuice$$`.
+ * Added a new interface that all `ServletModule` bindings share for its
extension SPI and add a new `matchesUri` method to see if a URI will match
the binding.
+ * Added `CheckedProvider` (in favor of `ThrowingProvider`), and renamed
`...@throwingproviders` to `...@checkedprovides`.
* Look at the visibility of the return object when deciding whether or
not to use a bridged classloader.
- * Expose TypeConverterBindings in the Injector & ConvertedConstantBinding.
+ * Expose `TypeConverterBindings` in the `Injector` &
`ConvertedConstantBinding`.
==New Features==
* [JSR330 JSR 330 support]
--
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.