Annotation Type NotEmptyLocalization.List
- Enclosing class:
NotEmptyLocalization
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
public static @interface NotEmptyLocalization.List
Defines several
NotEmptyLocalization constraints on the same element.- Since:
- 8.2.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
NotEmptyLocalization[] value- Returns:
- The constraint to apply on the annotated field.
-