lahodaj commented on PR #7659: URL: https://github.com/apache/netbeans/pull/7659#issuecomment-2290996062
Aha, now I understand, this is about: https://github.com/lahodaj/netbeans/commit/ec1e7ee2336d5cc272fdc6228d6715adf31eac97 that was supposed to be an example how the API/annotation is used. I could have used any language, but everything was setup for Java, so I used Java. I do not think we would want to use this for Java in production, that's the reason why the commit is separate and on a separate branch. In other words, the (end-user API) proposal is this and only this: https://github.com/lahodaj/netbeans/commit/f19f4db6b04af21bc7feff345cac7cef7d84573f the other commit (https://github.com/lahodaj/netbeans/commit/ec1e7ee2336d5cc272fdc6228d6715adf31eac97) is a way to see how it would be used, and permits experimentation, and would not be used in production. But if we ever wanted to use the `RegisterLSPServices` for Java, we would simply put it into a bridge (eager) module, that would depend on `lsp.client`. Sorry for the confusion. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
