类 FooServiceImpl
- java.lang.Object
-
- com.firefly.example.ioc.FooServiceImpl
-
- 所有已实现的接口:
FooService
@Component("fooService") public class FooServiceImpl extends Object implements FooService- 作者:
- Pengtao Qiu
-
-
方法详细资料
-
say
public void say(String message)
- 指定者:
say在接口中FooService
-
-