1. f530b25 Creating a canonical form for Keys with arrays in them. by limpbizkit · 16 years ago
  2. 3b1cd58 Large internal change: by limpbizkit · 16 years ago
  3. d273210 One last tweak to TypeConverter. by crazyboblee · 17 years ago
  4. 18f06bc Modified TypeConverter to take TypeLiteral instead of Key. by crazyboblee · 17 years ago
  5. 7c9d779 Added support for custom type converters. by crazyboblee · 17 years ago
  6. d71c19e Exposed binding dependencies. You should now be able to crawl the entire dependency graph. by crazyboblee · 17 years ago
  7. f35089a Fixed breakage. Removed unnecessary binding. by crazyboblee · 17 years ago
  8. 712705c HUGE refactoring of InjectorImpl. getBinding() now returns synthetic bindings in addition to explicit bindings. No more warnings in InjectorImpl!!! by crazyboblee · 17 years ago
  9. dbcc2d4 Renamed ProviderBinding to LinkedProviderBinding by crazyboblee · 17 years ago
  10. 4f215c0 Provided examples for binding interfaces. by crazyboblee · 17 years ago
  11. d0c4b8b Extended Binding to better support tools. Fixed bug where we were ignoring exceptions during member injection. Added TOOL stage. by crazyboblee · 17 years ago
  12. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  13. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  14. b20cc35 oops, add missing file headers. by kevinb9n · 17 years ago
  15. a312d7a Issue 41: guice should never inject a null value. by kevinb9n · 17 years ago
  16. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  17. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago
  18. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago
  19. 9d573ed Hid BinderImpl. Redesigned SoureProvider API. by crazyboblee · 17 years ago
  20. db85d9c ContainerBuilder -> BinderImpl; extract Binder interface; add Guice.newContainer(). by kevinb9n · 17 years ago
  21. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 17 years ago
  22. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 17 years ago
  23. 6b5db11 Modified Guice to use different names for generated classes from stock cglib. by crazyboblee · 17 years ago
  24. 07bd159 Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from source tracing. Added performance check for indexing. Set version # to 1.0rc1. by crazyboblee · 17 years ago
  25. b7598a6 Exposed source provider functionality through spi. by crazyboblee · 17 years ago
  26. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  27. b8cf1e5 Fixed copyright declarations. by crazyboblee · 17 years ago
  28. e039bac Exposed the error message objects. by crazyboblee · 17 years ago
  29. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago
  30. 235d068 Further improved the up front error reporting. Hid ErrorMessage and source() logic from the public API for the time being. Removed javadocs. by crazyboblee · 17 years ago
  31. 4727ee2 Added support for up front error handling. More work remains. by crazyboblee · 17 years ago