1 2 3 4 5 6 7 8
package examples.stateless.interfaces; import javax.ejb.Remote; @Remote public interface HelloWorld { public String hi(); }