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.
我注意到除了“exports”和“requires”之外还有其他指令。通过在“导出”中提到某个包,那么它基本上导出了所有内容,包括接口和抽象类。那么为什么我们需要“uses”和“provides”指令呢?