Annotation Interface ValidLocale
@Documented
@Constraint(validatedBy=LocaleValidator.class)
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
public @interface ValidLocale
Locale strings must be valid for the runtime JRE, i.e. the value is contained within
Locales.getAvailableLocales-
Optional Element Summary
Optional Elements