1 2 3 4 5
package examples.stateless.interfaces; public interface PricerInjection { public double getTaxInjection(double cost, String state); }