package sample; public interface HelloworldService { String sayHello(String name); }