Web-based responsive document annotation tool
activeannoservice / annotationdefinition / AnnotationDefinition / validateAnnotation
abstract fun validateAnnotation(annotations: AnnotationMap, target: Target, locale: Locale? = null): ValidationError?
Validate an annotation based on the defined constraints, needs to be implemented by every subclass.