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
- Host: GitHub
- URL: https://github.com/coderanchel/javadi
- Owner: CoderAnchel
- Created: 2025-03-20T23:35:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T23:38:50.000Z (over 1 year ago)
- Last Synced: 2025-03-21T00:27:21.472Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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