com.firefly.example.ioc.HelloService Maven / Gradle / Ivy
package com.firefly.example.ioc;
/**
* @author Pengtao Qiu
*/
public interface HelloService {
void print();
}
package com.firefly.example.ioc;
/**
* @author Pengtao Qiu
*/
public interface HelloService {
void print();
}