- All Implemented Interfaces:
- org.springframework.aop.TargetClassAware, org.springframework.aop.TargetSource
public class AcrossContextResolvingBeanTargetSource
extends org.springframework.aop.target.AbstractLazyCreationTargetSource
Resolves the actual target bean from the Across context upon first use.
Depending on the property values will resolve the target bean by name or type.
If a module name is specified it will retrieve the target from that module
specifically, else will attempt to resolve in the collection of exposed beans.
- Since:
- 1.0.2
- Author:
- Arne Vandamme