On Nov 21, 2009, at 11:49 PM, Andrus Adamchik wrote:
* annotation-based field dependency injection
* annotation-based constructor dependency injection
* injection of map and list "configurations" (allows to add things
like extra ExtendedTypes)
* binding interfaces to implementation classes via fluent API
* binding interfaces to "provider" (same as "factory") classes
* merging multiple DI "modules"
* dependency cycle detection
[one more]
* standard and user-defined scopes for bound objects.
Andrus