Annotation Interface AnyEmpty
@PlacedAtClass
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(AnyEmpty.AnyEmptyList.class)
@Documented
@Constraint(validatedBy=AnyEmptyValidator.class)
public @interface AnyEmpty
Is valid when at least one of the values of
propertyPath is empty.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines severalAnyEmptyannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements