Annotation Type NotEmptyLocalizationEntry.List
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Documented public static @interface NotEmptyLocalizationEntry.List
Defines severalNotEmptyLocalizationEntry
constraints on the same element.- See Also:
NotEmptyLocalizationEntry
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description NotEmptyLocalizationEntry[]
value
-
-
-
Element Detail
-
value
NotEmptyLocalizationEntry[] value
- Returns:
- The constraint to apply on the annotated field.
-
-