Pochatkin commented on PR #1454: URL: https://github.com/apache/ignite-3/pull/1454#issuecomment-1362862961
> > 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? No, we have exclude 'org/apache/ignite/internal/**' for Javadoc generator -- 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]
