package ejava.ejb.personnel;

import javax.ejb.EJBObject;

/**
   This interface is used to define the remote interface to the 
   Registrar.
*/
public interface Registrar extends RegistrarBI, EJBObject {}
