Is it possible to inject method using parsley framework in flex application ?
I am able to inject the class itself but is it possible for method to be injected.
Is it possible to inject method using parsley framework in flex application ?
I am able to inject the class itself but is it possible for method to be injected.
You can place [Inject] metadata tags on any number of methods:
References
Parsley Manual: Method Injection