package testing; /** * @version $Rev$ $Date$ */ public interface HelloService { String getGreeting(); }