juzi214032 opened a new issue #9627: URL: https://github.com/apache/dubbo/issues/9627
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> <!-- For all design discussions please continue. --> Is it possible to use only implementation classes without using interfaces? ```java @DubboService public class MyService1 { public String say() { return "say"; } } ``` -- 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]
