ctubbsii commented on issue #81: URL: https://github.com/apache/accumulo-access/issues/81#issuecomment-2253216066
I think modules can only be as granular as packages, and everything in that package is accessible via reflection. So, if you want something not exposed, even by reflection, you have to put it in a separate package in a separate module and define the relationships between the modules in your `module-info.java`. In the other module, it will probably have to be more visible (public) so you can use it across the traditional package boundaries. -- 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]
