资 源 简 介
static ioc in a nutshell
The goal of this project is to allow the use of the Inversion of Control pattern at compile time so that it can be applied in any context (and for virtually any langage in the future):
IoC configuration files are resolved at compile time and converted into the appropriate piece of source code.
IoC configuration file uses the very-wide spread Spring framework XML format.
Generated code won"t depend on any framework, making it easy to integrate it into any kind of application.
Usage example
Using static-ioc, it is now possible to use IoC without having to bundle a full framework. This is especially useful is you"re doing development with framework like