[Q/A][Java21] Does Dubbo metadata support the reporting of annotations ( which are tripe's basic Mapping ...) on interfaces and implementation classes #15685
Unanswered
lakewatcher
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
JDK21 & Dubbo3.3
Does Dubbo metadata support the reporting of annotations ( which are tripe's basic Mapping ...) on interfaces and implementation classes.
When I add Dubbo basic annotations to the interface, it upload metadata to the configuration center of the Nacos service ,like :

However, when annotations are written on implementation classes, metadata cannot be found.
The JAR of the interface is referenced by other projects, making it inconvenient to add annotations, and the implementation class cannot obtain annotations .
Is there a way to solve this, where we automatically monitor the metadata registration gateway?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions