Introduction
DiVine is an advanced dependency injection framework for Java, that is inspired by the design of the TypeScript typedi library.
DiVine gets rid of massive bolilerplate codes that are caused by initialization processes. It helps you focus on the development of actual features, rather than structure.
Using DiVine also ensures, that your code is easy for unit testing. You can easily inject your mocks and modify segments of your application without the need to change the source code.
DiVine is simple. The learning curve is simple. You can enjoy the straighforward API.
What does DiVine provide?
Last updated