You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "mercyblitz (GitHub)" <gi...@apache.org> on 2019/04/02 07:45:43 UTC

[GitHub] [incubator-dubbo] mercyblitz commented on issue #3749: Why or @Reference cannot exist as a Spring Bean to avoid @Autowired errors in the IDEA?

Because of `@Reference` supports customized behavior for Dubbo Service, for example,

```java
@Reference
private UserService userService;

@Reference(protocol="dubbo")
private UserService userService;
```

If the above two fields will be enhanced as the Spring Beans, the problem is how to identify them.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3749 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org