package ejava.examples.uid.ejb;

import javax.ejb.EJBLocalObject;

/**
   This interface aggregates the business interaface of the UUIDGeneratorLBI
   with the local EJB properties of EJBLocalObject.
*/
public interface UIDGeneratorLocal extends UIDGeneratorLBI, EJBLocalObject {}
