package it.cnr.isti.driver.utils;

public interface SearchServiceLocator extends ServiceLocator<SearchClient> {

}
