Package de.hybris.platform.validation.annotations


package de.hybris.platform.validation.annotations
  • Annotation Interfaces
    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.
    Defines several @HybrisDecimalMax annotations on the same element
    The annotated element must be a number whose value must be greater or equal to the specified minimum.
    Defines several @HybrisDecimalMin annotations on the same element
    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).