MyFantasy512
MyFantasy512

Reputation: 688

Is it ok to refference proxy in another proxy?

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

Answers (1)

Anupam Alok
Anupam Alok

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

Related Questions