
scaldi.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scaldi_2.10 Show documentation
Show all versions of scaldi_2.10 Show documentation
Scaldi - Scala Dependency Injection Library
The newest version!
/**
* Scaldi - is Scala dependency injection library. Basically Scala already have everything you need for dependency
* injection. But still some things can be made easier. Goal of the project is to provide more standard and easy way
* to make dependency injection in Scala projects consuming power of the Scala language. With Scaldi you can define
* your application modules in pure Scala without any annotations or XML.
*
* For more information see: [[http://olegilyenko.github.com/scaldi/Scaldi.html]]
*/
package object scaldi {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy