Web-based responsive document annotation tool
activeannoservice / document.annotation / FinalizedReason
sealed class FinalizedReason
Sealed class with two options why a annotation can be finalized
Name | Summary |
---|---|
Curator | FinalizedReason that a curator annotated the document.data class Curator : FinalizedReason |
Policy | FinalizedReason that the Policy logic decided that the annotations are finished.object Policy : FinalizedReason |