- add support for recursive configuration of sub objects. - simplify code. - add the attribute keepstate which ensure sub objects are not reinstantiate if they already exist.
0.3.0
------------------
- a Configurable inherits from an b3j0f.annotation.Annotation - a configurable can inject configuration in function parameters. - support xml files. - add logger in Configurable. - simplify the Logger configurable. - support sub configuration.
0.2.5
------------------
- fix installation via easy-install in adding the etc folder in the project.
0.2.4
------------------
- add confpath parameter in order to import configurable configuration from a file. - add ui package.