Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrille37/jpicodi
A very simple Java Dependencies injection container
https://github.com/cyrille37/jpicodi
Last synced: about 2 months ago
JSON representation
A very simple Java Dependencies injection container
- Host: GitHub
- URL: https://github.com/cyrille37/jpicodi
- Owner: Cyrille37
- Created: 2015-01-27T23:50:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T23:55:12.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T03:31:04.701Z (almost 2 years ago)
- Language: Java
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PicoDI
A very very simple Java Dependencies Injection (DI) engine.
## Json encoding
Use of Json library https://code.google.com/p/json-simple
Json value to Java type mapping:
* string => java.lang.string
* integer number => java.lang.Long
* decimal number => java.lang.Double
* true or false => java.lang.Boolean
* null => null