Class EmptyTargetSource

java.lang.Object
org.springframework.aop.target.EmptyTargetSource
All Implemented Interfaces:
Serializable, TargetClassAware, TargetSource

public final class EmptyTargetSource extends Object implements TargetSource, Serializable
Canonical TargetSource when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.
Author:
Rod Johnson, Juergen Hoeller
See Also: