package ru.faulab.guice;

/**
 * User: Dr.Faust
 * Date: 26.04.2009
 * Time: 13:34:47
 */
public interface InStringPersistentDifferFactory
{
    <Type> PersistentDiffer<Type, String> createPersistentDiffer(Class<Type> type, Type initialValue);
}
