1: package example; 2: 3: public interface HelloService { 4: /** 5: * Returns "hello, world". 6: */ 7: public String hello(); 8: }