Annotation Type EndsWith

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Returns the required suffix for the field value.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean off
      Allows disabling the validation rule if this rule is inherited from super class.
    • Element Detail

      • value

        String value
        Returns the required suffix for the field value.
        Returns:
        the required suffix for the field value.
      • off

        boolean off
        Allows disabling the validation rule if this rule is inherited from super class.

        By default, disable is off.

        Returns:
        true if the validation must be disabled.
        Default:
        false