/* * Helloサービスのインタフェース */ package pwv.spring.service; public interface IHelloService { public void sayHello(); }