01: package team; 02: 03: import javax.ejb.EJBLocalObject; 04: 05: /** 06: * This is the local interface for Team enterprise bean. 07: */ 08: public interface TeamLocal extends EJBLocalObject, TeamLocalBusiness { 09: 10: }