subcut
subcut copied to clipboard
Scala Uniquely Bound Classes Under Traits
Bumps [junit](https://github.com/junit-team/junit4) from 4.5 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
The test code doesn't compile. Unless bumping up the version of ScalaTest to 2.2.4.
I'm using subcut in some of my projects and I wanted to simplify the use case in which an object needs to retrieve some of the properties from configuration files....
I really like subcut. Great Job. I have a small enhancement how to make subcut type safer. When we use BindingId for defining/injecting primitives or special objects then we could...
Currently in order to add more bindings you can either combine modules (~/andThen) or mergeWithReplace (also withBindingModules but has the limitation that applies only to empty modules) Problem with 1:...
I read the documentation, changelog and scaladoc this is taken from the changelog: "Subcut 2.0 now will inject no-constructor-parameter classes and also classes that require only an implicit binding module....
A support of multibindings would be nice feature. What do you think? Informations about multibindings: http://code.google.com/p/google-guice/wiki/Multibindings https://github.com/ninject/ninject/wiki/Multi-injection