My favorites | Sign in
Project Home Source
Project Information
Members

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;
}

example

Powered by Google Project Hosting