手写 Spring (3)

(10)示例接口:ITestXService:

package com.xiaopengwei.demo.xservice; /** * <p> * 接口 * * @author XiaoPengwei * @since 2019-07-19 */ public interface ITestXService { String listClassName(); }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpfwwz.html