package examples.stateless.interfaces; import javax.ejb.Remote; @Remote public interface TaxRate { public double getTaxRate(String state); }