Web-based responsive document annotation tool
activeannoservice / annotationdefinition / ClosedNumberAnnotationDefinition / <init>
ClosedNumberAnnotationDefinition(id: AnnotationID, name: String, shortName: String?, createdTimestamp: Long = System.currentTimeMillis(), min: Double, max: Double, step: Double, optional: Boolean = false)
Annotation for a closed number with a min, max and required step. Necessary if you want to display annotation as a slider.