1. f530b25 Creating a canonical form for Keys with arrays in them. by limpbizkit · 16 years ago
  2. eab7647 A bunch of polish fixes for 2.0: by limpbizkit · 16 years ago
  3. e4647a6 Serialization fixup round one. I still have lots of work before everything serializes properly... by limpbizkit · 16 years ago
  4. 552472f Added Binding.getProviderBinding() by crazyboblee · 17 years ago
  5. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  6. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  7. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/TypeLiteral.java]
  8. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/TypeLiteral.java]
  9. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/TypeLiteral.java]
  10. be2a67f Added Binder.getStage(). Added Matchers.annotatedWith(Annotation). Added support for generic arrays to TypeLiteral. by crazyboblee · 17 years ago
  11. 1b54d6a Made TypeLiteral equals() and hashCode() much more robust. by crazyboblee · 17 years ago
  12. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  13. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  14. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 17 years ago
  15. 0baa9fc Updated Javadocs. Renamed TypeToken to TypeLiteral. Hid ConfigurationException from the public API. by crazyboblee · 17 years ago[Renamed (74%) from src/com/google/inject/TypeToken.java]
  16. 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
  17. 63b592b Redesigned scopes to enable custom implementations. Renamed DependencyException to ConfigurationException. Cleaned up Container's interface. It now returns a Factory instead of a direct instance so clients don't have to keep passing in the paramters resulting in a map lookup. Added support for injecting Factory<T> where T is any bound type. by crazyboblee · 18 years ago
  18. b944668 Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  19. 41bc852 Added TypeToken. Refactored Key to use it. Goodbye, raw types! by crazyboblee · 18 years ago