validators property

List<Validate> validators
final

A list of validators to apply to the annotated property.

Validators in this list will be applied to the annotated property.

When the data model is compiled, this list is combined with any Validate annotations on the annotated property.

Implementation

final List<Validate> validators;