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
/
Max
Max
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
Max
(
val
value
:
Long
)
Validates that the numeric property value is at most
value
.
Members
Properties
value
Link copied to clipboard
val
value
:
Long
the maximum allowed value (inclusive)