salomonbrys
04/18/2017, 3:24 PMkodein-jxinject which allows to create new instances by automatically injecting it's constructor parameters (much like kodeinject, but it does not create new bindings). This also allows to inject @Inject annotated fields and methods.
This new module exists to ease the transition between javax.inject libraries (such as Guice or Dagger 1 & 2) and Kodein. This should NOT be used in kotlin code!