Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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