1 package ejava.examples.ejbwar.customer.ejb; 2 3 import javax.ejb.Local; 4 5 @Local 6 public interface CustomerMgmtLocal extends CustomerMgmt { 7 }