package ejava.ejb.uid;

import javax.ejb.EJBObject;

/**
   This interface aggregates the business interaface of the UUIDGeneratorBI
   with the remote EJB properties of EJBObject.
*/
public interface UIDGenerator extends UIDGeneratorBI, EJBObject {}
