@Target(value=FIELD) @Retention(value=RUNTIME) public @interface ValidationInfo
ValidationIssue that will be processed,
enriched and possibly shown by user. Should be used in conjunction with some validation, like this:
{@code| Modifier and Type | Required Element and Description |
|---|---|
ContextCode |
ctx
Violating parameter code and its logical location in the form.
|
FrontendCode |
ui
Frontend facing description of the violation - i.e.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ValidationMode |
validationMode
Shows the ability to control the validation mode for specific fields.
|
public abstract FrontendCode ui
public abstract ContextCode ctx
public abstract ValidationMode validationMode
Copyright © 2020. All rights reserved.