Annotation Interface NotUndetermined
@Documented
@Constraint(validatedBy=NotUndeterminedValidator.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
public @interface NotUndetermined
The annotated element must be a not undetermined
Locale.- Author:
- István Rátkai (Selindek)
-
Optional Element Summary
Optional Elements