Minimalistic Dependency Injection - Or: what I got wrong about dependency injection. Done in Java based solely on the JSR 330 annotations, dinistiq is a minimalistic approach to component based application setup for the Java SE. Using only one scope with mostly singletons it adds very new few external dependencies to your project.
-
Updated
Dec 3, 2024 - Java