Package io.avaje.validation.constraints
Annotation Interface AssertFalse
@Target({METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
public @interface AssertFalse
The annotated element must be false. Supported types are
boolean and Boolean.
null elements are considered valid.
- Author:
- Emmanuel Bernard
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements