1. ddb3862 Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1. by limpbizkit · 15 years ago
  2. 4994bf6 Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) and found a few typos and simplifications by limpbizkit · 15 years ago
  3. cfa95ae New type safety for multibindings... I changed the methods to take TypeLiteral<T>s and Class<T>s rather than unsafe Type objects. by limpbizkit · 16 years ago
  4. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  5. b1f42f5 Removing the obsolete PrivateModules extension; PrivateModules are now folded-in to core Guice. by limpbizkit · 16 years ago
  6. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  7. 72d11dd Taking advantage of the error message changes in some extensions. by limpbizkit · 16 years ago
  8. a6e0e78 Moving error sources so they're now reported in the same place for configuration errors and runtime errors. This means that instead of seeing this: by limpbizkit · 16 years ago
  9. 6663d02 Axing SourceProviders and SourceProvider in favour of Binder.withSource and Binder.skipSources by limpbizkit · 16 years ago
  10. 9532e62 Eliminated static from SourceProviders. The new mechanism to specify the source of a binding is like this: by limpbizkit · 16 years ago
  11. 49f67c0 Fixing owner types so they're no longer missing in ThrowingProviderBinder. Also adding the necessary precondition checks so that we always include 'em when necessary. by limpbizkit · 16 years ago
  12. 3beaaaf Making Types public for issue 123. by limpbizkit · 16 years ago
  13. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  14. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  15. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  16. eab7647 A bunch of polish fixes for 2.0: by limpbizkit · 16 years ago
  17. fa86216 Giving DPB full credit for authoring the MapBinder code. by limpbizkit · 16 years ago
  18. d6967b9 More testcases for multibindings, including some fairly specific tests for toString() on the Binder API by limpbizkit · 16 years ago
  19. e97e15b Checking in dpb's MapBinder code. This code is a dramatic improvement over the previous rev of MapBinder by limpbizkit · 16 years ago
  20. c913489 Whoops - missed a hashCode problem by limpbizkit · 16 years ago
  21. 0886126 AllTests for multi- and map binders by limpbizkit · 16 years ago
  22. c75363a Checking in David Baker's MapBinder implementation. by limpbizkit · 16 years ago
  23. 83b510c Fixes from David P Baker's review. by limpbizkit · 16 years ago
  24. 7c533ac There was a pretty horrible bug in Multibinder where collections were checked for annotation but not element type. by limpbizkit · 16 years ago
  25. 084e49f Multibinder needs to be public! by limpbizkit · 16 years ago
  26. 5019270 New multibindings extension. by limpbizkit · 16 years ago