Annotation Type WithValidator

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Validator<?>> value
      Validator that should be used to validate parameters annotated with this annotation.
    • Element Detail

      • value

        Class<? extends Validator<?>> value
        Validator that should be used to validate parameters annotated with this annotation.
        Returns:
        The validator class