package hello; public interface HelloService { void sayHello(); }