NOTE: This interface is a special purpose interface, mainly for internal use within the framework. In general, application-provided post-processors should simply implement the plain {@link BeanPostProcessor}interface or derive from the {@link InstantiationAwareBeanPostProcessorAdapter}class. New methods might be added to this interface even in point releases. @author Juergen Hoeller @since 2.0.3 @see InstantiationAwareBeanPostProcessorAdapter
|
|