Change-Id: I925f281143c3b625be7028a2ddfa834f72118888
Issue-ID: VFC-672
Signed-off-by: luxin <luxin7@huawei.com>
@Override
public Object postProcessBeforeInitialization(Object bean, String name) throws BeansException {
- // TODO Auto-generated method stub
+ LOG.info("postProcessBeforeInitialization");
return bean;
}
@Override
public void postProcessBeforeDestruction(Object bean, String name) throws BeansException {
- // TODO Auto-generated method stub
-
+ LOG.info("postProcessBeforeDestruction");
}
}