An open API service indexing awesome lists of open source software.

https://github.com/bzdgn/a-simple-ioc-container

my notes and code stuff on a video lesson of Kevin Jones
https://github.com/bzdgn/a-simple-ioc-container

dependency-injection di inversion-of-control inversionofcontrol ioc java reflection reflections

Last synced: about 1 year ago
JSON representation

my notes and code stuff on a video lesson of Kevin Jones

Awesome Lists containing this project

README

          

This is a simple Inversion-Of-Control Container

Dependent Interfaces are mapped to implementation classes via the config.json

Lib contains;
- JUnit binaries for testing
- Jackson Object Mapper binaries for Object-Mapping of JSon to POJO's