blob: ea91e16afdb394fb94a60bc480015b4c35cba8ed [file] [log] [blame]
package de.ids_mannheim.korap.constant;
/** Defines various annotation types as constants
*
* @author margaretha
*
*/
public class AnnotationType {
public static String FOUNDRY = "foundry";
public static String LAYER = "layer";
public static String KEY = "key";
public static String VALUE = "value";
}