Package jakarta.validation.constraints
Annotation Type AssertFalse
- 
 @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) @Documented @Constraint(validatedBy={}) public @interface AssertFalse The annotated element must be false. Supported types arebooleanandBoolean.nullelements are considered valid.- Author:
- Emmanuel Bernard