1. 6a565c7 A little javadoc, and trying to get some IntelliJ warnings cleaned by kevinb9n · 18 years ago
  2. 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
  3. 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[Renamed (66%) from src/com/google/inject/SourceAware.java]
  4. 7c5b2c4 Refactored ContainerBuilder API. Added support for generic types. by crazyboblee · 18 years ago[Copied (69%) from src/com/google/inject/Scope2.java]
  5. 6ab7e1f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago