Loading

摘要: 1. Service Provider Interface SPI描述 接口提供者优先规定接口要求,然后交由具体的实现者对接口进行内容的实现; 2. 实现 //1. 定义接口 public Interface Demo_interface{ //具体实现者必须要实现的内容 void doexcute 阅读全文
posted @ 2025-03-06 20:29 sanswl 阅读(26) 评论(0) 推荐(0)