package samples.ejb.subclassing.ejb; import java.rmi.RemoteException; public interface CustomerSavings extends Customer { }