package it.cnr.isti.driver.utils;

public interface ServiceLocator<T> {

	public T getService();
}
