| 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"; | |
| } |