Annotation Interface AllEmptyOrAllNotEmpty
@PlacedAtClass
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(AllEmptyOrAllNotEmpty.AllEmptyOrAllNotEmptyList.class)
@Documented
@Constraint(validatedBy=AllEmptyOrAllNotEmptyValidator.class)
public @interface AllEmptyOrAllNotEmpty
Is valid when all of the values of
propertyPath is empty or not empty.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines severalAllEmptyOrAllNotEmptyannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements