1. 041e933 Renamed performance test. Introduced AbstractModule to support more concise configuration code. by crazyboblee · 18 years ago
  2. 9e5fe5d Added a hand coded implementation to the performance comparison. by crazyboblee · 18 years ago
  3. f1ba2b5 Modified Container to return a 'creator' or new instance factory. This helps clients avoid a concurrent map lookup each time they inject a class. Also fixed typing of Key.getRawType() and undeprecated it. by crazyboblee · 18 years ago
  4. 7fb1d7f Removed unnecessary interface. by crazyboblee · 18 years ago
  5. 78e1cc1 Removed return types in ConstantBindingBuilder and LinkedBindingBuilder. Updated Javadocs. by crazyboblee · 18 years ago
  6. fc9337f Added code to automatically convert between primitive types and their wrapper types. Modified SingletonScope to use double checked locking which resulted in a noticable performance improvement. by crazyboblee · 18 years ago
  7. e9f0fa5 Added comment to performance test. by crazyboblee · 18 years ago
  8. 664a82e Used cglib for critical constructor and method invocations boosting overall performance by about 40%. by crazyboblee · 18 years ago
  9. 70eb033 Restored Spring performance comparison to working order. by crazyboblee · 18 years ago
  10. b052dd8 Minor performance enhancements (removed unnecessary object creations). by crazyboblee · 18 years ago
  11. f638928 Updated Javadocs. by crazyboblee · 18 years ago
  12. abfd546 Removed old Javadocs. by crazyboblee · 18 years ago
  13. 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
  14. fe2f167 Added missing file. by crazyboblee · 18 years ago
  15. 4c90ac0 Fixed mime types. by crazyboblee · 18 years ago
  16. bb8e585 Set HTML mime types. by crazyboblee · 18 years ago
  17. 161e627 Regenerated Javadocs. by crazyboblee · 18 years ago
  18. 7c5b2c4 Refactored ContainerBuilder API. Added support for generic types. by crazyboblee · 18 years ago
  19. b944668 Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  20. 41bc852 Added TypeToken. Refactored Key to use it. Goodbye, raw types! by crazyboblee · 18 years ago
  21. d42a05b Added key tests and code to convert to raw keys. by crazyboblee · 18 years ago
  22. ed8825f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  23. 6ab7e1f Refactoring binding API. Adding support for generic types. by crazyboblee · 18 years ago
  24. 953aa44 Make it possible to inject constant instances by limpbizkit · 18 years ago
  25. 07e4182 Added type conversion for constants. Optimized ReferenceCache. by crazyboblee · 18 years ago
  26. 263c5bc Added alias methods to container builder, added npe check when retrieving a factory by donald.brown · 18 years ago
  27. 249d691 Setting mime type for documentation. by crazyboblee · 18 years ago
  28. 66b415a Initial checkin. by crazyboblee · 18 years ago
  29. 4f29bc8 Initial directory structure. by (no author) · 18 years ago