Package overit.geocall.rs.validation
Annotation Interface ListedTimezone
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=ListedTimezoneValidator.class)
@Documented
public @interface ListedTimezone
The annotated element must contain a timezone code listed within the ones present inside the Identity.
Accepts
Accepts
String or Optional<String> type only.-
Optional Element Summary
Optional Elements