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

https://github.com/coderanchel/javadi

Dependency Injection example using Java runtime reflexion features
https://github.com/coderanchel/javadi

Last synced: 9 months ago
JSON representation

Dependency Injection example using Java runtime reflexion features

Awesome Lists containing this project

README

          

# JavaDI

Dependency Injection example using Java runtime reflection features.

## Overview

This project demonstrates the concept of Dependency Injection (DI) using Java's reflection capabilities. It includes simple examples to help understand how DI can be implemented and used in Java applications.

## Features

- Lightweight DI framework using Java reflection.
- Example usage of DI in a Java application.
- Easy to understand and extend.

## Getting Started

### Prerequisites

- JDK 11 or higher installed on your machine.

### Installation

1. Clone the repository:

```sh
git clone https://github.com/CoderAnchel/JavaDI.git