当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
AbstractLazyInitTargetSource (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
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-2007 The Spring Framework Project.