public
interfaceInstantiationAwareBeanPostProcessor
extends
BeanPostProcessor
Overview
Inheritance
Members
Usage
Source
Books
Since1.2
VersionNot specified.
Author(s)Juergen Hoeller
Subinterface of BeanPostProcessor that adds a before-instantiation callback.
Typically used to suppress default instantiation for specific target beans,
for example to create proxies with special TargetSources (pooling targets,
lazily initializing targets, etc).
Typically used to suppress default instantiation for specific target beans, for example to create proxies with special TargetSources (pooling targets, lazily initializing targets, etc).