Here is the custom DI/IoC framework, implemented in order to understand better the concepts of basic functionality provided by the Spring framework.
$ mvn -U clean install
Add dependency to your project:
<dependency>
<groupId>com.leonovich.winter.io</groupId>
<artifactId>winter-io</artifactId>
<version>${winter.version}</version>
</dependency>