Uses of Package
de.hybris.platform.validation.annotations

  • Class
    Description
    The annotated element must evaluate provided expression so it can be interpreted as boolean result.
    The annotated element must be a number whose value must be lower or equal to the specified maximum.
    The annotated element must be a number whose value must be greater or equal to the specified minimum.
    The annotated element must not contain a whitespace or be empty or null.
    The annotated element must not be empty or null.
    The annotated element must be correct regular expression
    The annotated element defined attributes values meet the XOR operator (one and only one a time is not null).