KouInject v1.2 has been released (JSR-330)
Join the DZone community and get the full member experience.
Join For FreeKouInject v1.2 has been released.
KouInject is an open source dependency injection framework for Java, based on JSR-330, a specification also implemented by Google Guice, Weld and Spring Framework. The goal of KouInject is being easy to use and quick to setup, using just annotations.
New in this release is:
* ProfilesĀ
* Custom @Component annotationsĀ
* Full support for genericsĀ
* Improved compatibility with security managers
See the original release announcement for more details: http://code.google.com/p/kouinject/wiki/News#20.04.2011_-_v1.2_is_released
And also the user guide for code examples: http://code.google.com/p/kouinject/wiki/UserGuide12#What's_new
Downloads and more information available at http://kouinject.googlecode.com/
Opinions expressed by DZone contributors are their own.
Comments