polishing after back porting early initialization issues
This commit is contained in:
@@ -108,6 +108,11 @@ public class StreamEmitterAnnotationBeanPostProcessor
|
||||
return bean;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
|
||||
return bean;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void start() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user