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.
Eclipse 知道您在项目中使用的库的访问规则(哪些包/类可能被调用,哪些会显示错误)。您可以通过项目设置手动定义这些规则,但是对于 JRE 等一些库,Eclipse 似乎已经知道一些访问规则。
它从哪里知道?这些访问规则是否位于 Eclipse 本身的某个地方,或者它们是库的一部分,例如 JRE/lib?
我想通过为其 API 预定义的访问规则来支持我的库的用户,但不知道我可以在哪里指定它们。有人知道吗?