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