Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanmdr/container-injection

Simple example of an IoC Container for DI example with Java language.
https://github.com/jonathanmdr/container-injection

dependency-injection ioc ioc-container java

Last synced: 23 days ago
JSON representation

Simple example of an IoC Container for DI example with Java language.

Awesome Lists containing this project

README

        

# Simple IoC Container for Dependency Injection Example

[![Gradle CI](https://github.com/jonathanmdr/container-injection/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/jonathanmdr/container-injection/actions/workflows/ci.yaml)

Example of an IoC container for dependency injection written in Java language.

## Structure:
![Diagram](./docs/container-injection.png)