|
Project Information
|
This is ultra light (currently less then 100 lines of code) DI Container for Flex. How does it works? All you need is to make a metadata annotation on public property, for example: public class Abra
{
[Bindable]
[IocBind]
public var cadabra:Cadabra;
}
|