DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
config
/
com.peco2282.devcore.config.validations.annotations
/
Min
Min
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
Min
(
val
value
:
Long
)
Validates that the numeric property value is at least
value
.
Members
Properties
value
Link copied to clipboard
val
value
:
Long
the minimum allowed value (inclusive)