package org.agnitas.beans.factory; import org.agnitas.beans.AdminGroup; public interface AdminGroupFactory { public AdminGroup newAdminGroup(); }