Reputation: 688
I just wonder if there are no catches while refferencing a proxy in a proxy. For example in ProxyA:
[Inject]
private var _proxyB:ProxyB;
Upvotes: 0
Views: 60
Reputation: 433
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.
Upvotes: 0