| r1043 |
Source path:
svn/
trunk/ extensions/ throwingproviders/ src/ com/ google/ inject/ throwingproviders/ ThrowingProviderBinder.java
|
|
Change log
Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. The main benefit is a (significant) reduction in size of the Guice+AOP .jar - from 1004KB to 641KB. The drawback is that it's now a lot harder to use new Google Collections features, or to keep up-to- date with Google Collections bugfixes and optimizations.
| Go to: |
Sign in to write a code review
Older revisions
r742
by limpbizkit
on Dec 26, 2008
Diff
Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) and found a few typos and simplifications
r514
by limpbizkit
on Jun 10, 2008
Diff
Fixing owner types so they're no longer missing in ThrowingProviderBinder. Also adding the necessary precondition checks so that we always include 'em when ...
r504
by kevinb9n
on Jun 03, 2008
Diff
Adopt latest google collections snapshot (partially); some style cleanup