Package de.hybris.platform.validation.annotations
package de.hybris.platform.validation.annotations
-
Annotation InterfacesClassDescriptionThe annotated element must evaluate provided
expressionso 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@HybrisDecimalMaxannotations on the same elementThe annotated element must be a number whose value must be greater or equal to the specified minimum.Defines several@HybrisDecimalMinannotations on the same elementThe annotated element must not contain a whitespace or be empty ornull.The annotated element must not be empty ornull.The annotated element must be correct regular expressionThe annotated element defined attributes values meet the XOR operator (one and only one a time is not null).