Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suppierk/inject
- Owner: SuppieRK
- License: mit
- Created: 2024-12-21T13:36:16.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:30:18.000Z (16 days ago)
- Last Synced: 2024-12-21T14:32:06.428Z (16 days ago)
- Topics: dependency-injection, java, java-11, library
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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