Compose Form Reflect
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Form Reflect
Compose Form Reflect
/
com.idscodelabs.compose_form.annotations.validators
/
NotEmpty
Not
Empty
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
NotEmpty
(
val
error
:
String
=
"Required"
)
Members
Members & Extensions
Properties
error
Link copied to clipboard
val
error
:
String
Functions
validator
Link copied to clipboard
@
Composable
fun
<
Value
>
NotEmpty
.
validator
(
)
:
Validator
<
Value
>