blob: 2c6c64db99abb7fd1def119f7cc0d44b5a25f08a [file] [log] [blame]
margaretha51e5e3f2018-10-17 15:10:03 +02001package de.ids_mannheim.korap.constant;
2
margaretha35e1ca22023-11-16 22:00:01 +01003/**
4 * Defines various annotation types as constants
margaretha398f4722019-01-09 19:07:20 +01005 *
6 * @author margaretha
7 *
8 */
margaretha51e5e3f2018-10-17 15:10:03 +02009public class AnnotationType {
10 public static String FOUNDRY = "foundry";
11 public static String LAYER = "layer";
12 public static String KEY = "key";
13 public static String VALUE = "value";
14}