1. 68d2f4b Reimplemented Scopes as a normal class. by crazyboblee · 18 years ago
  2. baaaf2d Updated scope javadocs. by crazyboblee · 18 years ago
  3. e5fbbb0 Added overloaded methods which accept a name to Container. Re-implemented the built-in scopes as an enum. Added ContainerBuilder.scope(Enum). Added support for custom scope annotations. by crazyboblee · 18 years ago
  4. 2af0637 Added convenience method for specifying container scope. by crazyboblee · 18 years ago
  5. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 18 years ago
  6. 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
  7. 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