BurningCN commented on code in PR #10308:
URL: https://github.com/apache/dubbo/pull/10308#discussion_r918725688


##########
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java:
##########
@@ -124,37 +120,6 @@ public void setBeanFactory(BeanFactory beanFactory) throws 
BeansException {
         this.beanFactory = (ConfigurableListableBeanFactory) beanFactory;
     }
 
-    @Override
-    public void postProcessMergedBeanDefinition(RootBeanDefinition 
beanDefinition, Class<?> beanType, String beanName) {

Review Comment:
   已被子类重写了



##########
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java:
##########
@@ -124,37 +120,6 @@ public void setBeanFactory(BeanFactory beanFactory) throws 
BeansException {
         this.beanFactory = (ConfigurableListableBeanFactory) beanFactory;
     }
 
-    @Override
-    public void postProcessMergedBeanDefinition(RootBeanDefinition 
beanDefinition, Class<?> beanType, String beanName) {
-        if (beanType != null) {
-            AnnotatedInjectionMetadata metadata = 
findInjectionMetadata(beanName, beanType, null);
-            metadata.checkConfigMembers(beanDefinition);
-            try {
-                prepareInjection(metadata);
-            } catch (Exception e) {
-                logger.error("Prepare injection of 
@"+getAnnotationType().getSimpleName()+" failed", e);
-            }
-        }
-    }
-
-    @Override
-    public PropertyValues postProcessPropertyValues(

Review Comment:
   已被子类重写



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to