Package overit.geocall.rs.validation
Annotation Interface NotEmptyLocalizedItems
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=NotEmptyLocalizedItemsValidator.class)
@Documented
public @interface NotEmptyLocalizedItems
The annotated element must not contains
Accepts
LocalizedItem
with blank value.
Accepts
LocalizedString or
Optional<LocalizedString>
type only.-
Optional Element Summary
Optional Elements