package org.javalite.async.services; /** * @author Igor Polevoy on 9/15/15. */ public class GreetingService { public String getGreeting() { return "hi"; } }