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


##########
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java:
##########
@@ -423,7 +423,7 @@ private AbstractBeanDefinition 
buildServiceBeanDefinition(Map<String, Object> se
         MutablePropertyValues propertyValues = 
beanDefinition.getPropertyValues();
 
         String[] ignoreAttributeNames = of("provider", "monitor", 
"application", "module", "registry", "protocol",
-                "interface", "interfaceName", "parameters");
+                "methods", "interfaceName", "parameters");

Review Comment:
   @Service相关注解本身就是无法配置interface属性。
   methods在后面重写解析填充了。



-- 
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