@charpty @chickenlj 请教一下,在 `ServiceAnnotationBeanPostProcessor.java` 中是通过 `AnnotationUtils.findAnnotation(beanClass, Service.class);` 获取的 `@Service` 注解,那这里自定义的 `@DubboService` 注解里的属性是怎么传递给 `@Service` 的?
我在 Provider 上只用 `@DubboService` 最后得到的 bean 并没有我配置的信息。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/1279 ] This message was relayed via gitbox.apache.org for [email protected]
