Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suppierk/inject

Minimalistic JSR-330 dependency injection for Java
https://github.com/suppierk/inject

dependency-injection java java-11 library

Last synced: 12 days ago
JSON representation

Minimalistic JSR-330 dependency injection for Java

Awesome Lists containing this project

README

        

# Inject

> To add

# To refactor later
- Fetching / injecting a collection of dependencies
- Excluded - the reason is the lack of control over dependencies from programmer

- Inject dependencies to class instance (through fields)
- Discarded - if you have an injector instance, you can fetch instances from it