@Documented @Target(FIELD) @OVLTarget({FIELD,TYPE_USE}) @Retention(RUNTIME) public @interface Validating
A field annotated with
@Validating(»validator type«)
is always checked by the
Validator
if assigned values are valid.
The OVL runtime environment ignores invalid assignments.- Author:
- peter Droste