JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
ru.tinkoff.kora.validation.common.annotation
Annotation Interface Valid
@Documented
@Retention
(
CLASS
)
@Target
({
METHOD
,
TYPE
,
FIELD
,
PARAMETER
})
public @interface
Valid
Indicates that Type Field / Method Argument / Return Value should be validated and thus such
Validator
will be expected
When Class/Record is annotated then
Validator
for such type will be generated