You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/22 13:47:35 UTC

[GitHub] [ignite-3] korlov42 commented on pull request #1454: IGNITE-18418: Create ignite-jdbc module

korlov42 commented on PR #1454:
URL: https://github.com/apache/ignite-3/pull/1454#issuecomment-1362859185

   > We don't want to generate Javadocs for these implemenatations?
   
   To be honest, I don't get this question.
   
   Public API is exposed in `api` module only. Everything outside of this package should go into `internal` package. For JDBC, the public API is exposed in `java.sql.*` package. I believe, that any implementation of public interface is our internal business.
   
   Regarding your comment, I thought, javadoc is generated for all classes, isn't 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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org