NonNegative

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class NonNegative

Validates that the numeric property value is non-negative (greater than or equal to zero).