We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题。 好像现在没这个实现,但是感觉如下方案可以实现?
@Reference(interfaceName="com.xxx.xxx.DemoService",generic="true") GenericService genericService;
解析的时候如果指定了是泛化,则设置interfacename为注解中interfaceName的值,如果没指定泛化为true,则走原来的步骤。
The text was updated successfully, but these errors were encountered:
@mercyblitz
Sorry, something went wrong.
Good idea, it should be a Dubbo feature, see apache/dubbo#4594
can i commit a pr to this?
No branches or pull requests
如题。
好像现在没这个实现,但是感觉如下方案可以实现?
解析的时候如果指定了是泛化,则设置interfacename为注解中interfaceName的值,如果没指定泛化为true,则走原来的步骤。
The text was updated successfully, but these errors were encountered: