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
- Host: GitHub
- URL: https://github.com/bzdgn/a-simple-ioc-container
- Owner: bzdgn
- Created: 2016-07-08T02:36:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T05:03:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T09:47:48.522Z (over 1 year ago)
- Topics: dependency-injection, di, inversion-of-control, inversionofcontrol, ioc, java, reflection, reflections
- Language: Java
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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