Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个将要公开的项目(包括源文件)。在其中我使用了我用时间创建的个人“api”(没什么特别的,只是节省了很多时间),我想让那个特定的 .class 文件很难被没有人重复使用允许。有什么建议么?
Make your own obfuscated jar file that is from just that class and include that in your project.