简体   繁体   中英

java library - remove access to dependency

A java library I am modifying has a third party networking library in it.

Projects that use this library as a dependency also are now able to create objects with that networking library.

Without speculating on the various pros and cons, can I limit or disable access to the networking library contained within my library?

在释放您的库之前,请对第三方网络库进行模糊处理。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM