I just wonder if there are no catches while refferencing a proxy in a proxy. For example in ProxyA:
[Inject]
private var _proxyB:ProxyB;
I just wonder if there are no catches while refferencing a proxy in a proxy. For example in ProxyA:
[Inject]
private var _proxyB:ProxyB;
can you provide more detail and situation Why there is need of referencing a proxy into other Proxy because intent of using proxy is to control the object reference.