1. 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
  2. 4727ee2 Added support for up front error handling. More work remains. 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
  4. ed8825f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  5. 07e4182 Added type conversion for constants. Optimized ReferenceCache. by crazyboblee · 18 years ago