Module omix.api

Annotation Type Validating


@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
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Class<? extends Validator> value
    A class implementing the Validator interface.