toggle menu
valix
1.0.5
jvm
switch theme
search in API
valix-micronaut
/
io.valix.micronaut
/
ValixValidated
Valix
Validated
@
Around
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
ValixValidated
(
val
groups
:
Array
<
KClass
<
*
>
>
=
[]
)
Triggers Valix validation on method parameters for annotated Micronaut beans or controllers.
Members
Properties
groups
Link copied to clipboard
val
groups
:
Array
<
KClass
<
*
>
>