ArjunDixit1 commented on issue #15090:
URL: https://github.com/apache/dubbo/issues/15090#issuecomment-3217190081

   The DubboReference annotation is in the dubbo-common package to keep it 
separate from a specific framework like Spring.
   Even though it's used a lot with Spring, putting it in the core package 
helps keep Dubbo flexible and able to work with other systems too. The special 
code that makes it work with Spring is in a separate module, so everything 
stays organized.
   Changing its location would break a lot of projects, so **we should not** 
migrate it.


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