package examples.service;

public interface HelloService {

	String hello();
}
