blob: 2f66b95fa976fe48ce30d9ef9559cb8a4be085ed [file] [log] [blame]
package de.ids_mannheim.korap.interfaces;
/**
* @author hanl
* @date 11/02/2016
*/
public interface KustvaktTypeInterface<T> {
Class<T> type ();
}