matthiasblaesing commented on pull request #2992:
URL: https://github.com/apache/netbeans/pull/2992#issuecomment-860065087


   > Isn't there a way to make packages accessible to specific other modules? 
(friends??)
   
   Yes the friend mechanism might be the right approach, though it might become 
necessary to split the module as a module can either expose a public api or a 
friend api, but not both. The other option, if the two modules are hard 
dependencies for each other are implementation dependencies. An implementation 
dependency can be declared against every module - in that case the complete 
module can be accessed, but it will not be possible to combine the module with 
a different version.
   
   The above should be taken with a grain of salt and validated :-)


-- 
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.

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

Reply via email to