toggle menu
valix
1.0.5
common
switch theme
search in API
valix-core
/
io.valix.annotations
/
FieldsMatch
Fields
Match
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
FieldsMatch
(
val
first
:
String
,
val
second
:
String
,
val
message
:
String
=
""
,
val
messageKey
:
String
=
""
,
val
groups
:
Array
<
KClass
<
*
>
>
=
[]
)
Members
Properties
first
Link copied to clipboard
val
first
:
String
groups
Link copied to clipboard
val
groups
:
Array
<
KClass
<
*
>
>
message
Link copied to clipboard
val
message
:
String
message
Key
Link copied to clipboard
val
messageKey
:
String
second
Link copied to clipboard
val
second
:
String