1. a99dca7 Silly code-style fixes by kevinb9n · 18 years ago
  2. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 18 years ago
  3. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 18 years ago
  4. 0baa9fc Updated Javadocs. Renamed TypeToken to TypeLiteral. Hid ConfigurationException from the public API. by crazyboblee · 18 years ago[Renamed (74%) from src/com/google/inject/TypeToken.java]
  5. 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 · 18 years ago
  6. 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
  7. b944668 Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  8. 41bc852 Added TypeToken. Refactored Key to use it. Goodbye, raw types! by crazyboblee · 18 years ago