org.springframework.aop.target
Class AbstractLazyInitTargetSource
java.lang.Object
org.springframework.aop.target.AbstractLazyCreationTargetSource
org.springframework.aop.target.AbstractLazyInitTargetSource
- All Implemented Interfaces:
- TargetSource
Deprecated. since Spring 1.2.7: use AbstractLazyCreationTargetSource instead
public abstract class AbstractLazyInitTargetSource
- extends AbstractLazyCreationTargetSource
TargetSource
that will lazily create a user-managed object.
- Since:
- 1.2.4
- Author:
- Rob Harrop
- See Also:
AbstractLazyCreationTargetSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLazyInitTargetSource
public AbstractLazyInitTargetSource()
- Deprecated.
Copyright (c) 2002-2006 The Spring Framework Project.