Skip to main content
added link to dagger
Source Link
k3b
  • 7.6k
  • 1
  • 21
  • 31

Dagger for JavaDagger for Java/Android does that. It sacrifices some runtime magic (like Guice's) to offer an almost completely compile-time codegen experience, including converting most runtime errors to compilation errors.

Would be cool in .NET too.

Dagger for Java does that. It sacrifices some runtime magic (like Guice's) to offer an almost completely compile-time codegen experience, including converting most runtime errors to compilation errors.

Would be cool in .NET too.

Dagger for Java/Android does that. It sacrifices some runtime magic (like Guice's) to offer an almost completely compile-time codegen experience, including converting most runtime errors to compilation errors.

Would be cool in .NET too.

Source Link
orip
  • 309
  • 1
  • 5

Dagger for Java does that. It sacrifices some runtime magic (like Guice's) to offer an almost completely compile-time codegen experience, including converting most runtime errors to compilation errors.

Would be cool in .NET too.