package examples.session.stateless; /** * This is the Hello business interface. */ public interface Hello { /** * @return a greeting to the client. */ public String hello(); }