public class ComponentAdvsior
extends Object
in container, when a component inject into another component or a model, the
advisor will create a proxy for injected class with its interfaces.
the condition for creating proxy:
1. the inject component class has @Introduce
2. the inject component class has its interfaces
3. the inject component class's componet name is in the another class's
target parameter with @Interceptor(name="", target="xx,xx")
- 作者:
- banq