摘要: package staticTest; public interface Service { } package staticTest; public interface Provider {Service newService();} package staticTest; import java 阅读全文