Hi all,

    It's an interesting issue[1] that was posted on Dubbo Spring Boot Project, the reporter ask to rename the Dubbo's Java anntations with "Dubbo" Prefix:

Before:

    @Service

    @Reference

After:

    @DubboService

    @DubboReference


I think that's fine, What's your opinion?


[1]: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/447


Kind regards,

Mercy Ma

Reply via email to