kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.annotations
/
StringPropertyValidator
String
Property
Validator
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
StringPropertyValidator
(
val
regex
:
String
=
".*"
,
val
minLength
:
Int
=
0
,
val
maxLength
:
Int
=
Int.MAX_VALUE
)
Members
Properties
max
Length
Link copied to clipboard
val
maxLength
:
Int
min
Length
Link copied to clipboard
val
minLength
:
Int
=
0
regex
Link copied to clipboard
val
regex
:
String