liubao68 commented on issue #1252: 怎么定义Annotation才能在Hanlder中获取到 URL: https://github.com/apache/servicecomb-java-chassis/issues/1252#issuecomment-507187722 是不是将annotation信息放到接口定义里面,而不是实现类里面? 需要理解JDK annotation的使用限制,JDK是不支持annotation继承的。你需要用非常特殊的方法获取到接口定义里面的annotation。 详细信息可以搜索下JDK对于annotation继承的支持。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
