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