package ejava.examples.personnel.ejb20;

import javax.ejb.EJBObject;

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