Package jakarta.validation.constraints
Annotation Type AssertFalse.List
- 
 @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Documented public static @interface AssertFalse.ListDefines severalAssertFalseannotations on the same element.- See Also:
- AssertFalse
 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description AssertFalse[]value
 
- 
- 
- 
Element Detail- 
valueAssertFalse[] value 
 
- 
 
-