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