com.firefly.example.ioc.FooService Maven / Gradle / Ivy
package com.firefly.example.ioc;
/**
* @author Pengtao Qiu
*/
public interface FooService {
void say(String message);
}
package com.firefly.example.ioc;
/**
* @author Pengtao Qiu
*/
public interface FooService {
void say(String message);
}