Annotation Interface EntityValidator


@Target({FIELD,ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @Documented @Autowired @Qualifier("entityValidator") public @interface EntityValidator
Annotation to wire the exposed default entity validator.
Author:
Arne Vandamme
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Declares whether the annotated dependency is required.
  • Element Details

    • required

      boolean required
      Declares whether the annotated dependency is required.

      Defaults to true.

      Default:
      true