@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(AssertFalse.List.class)
@Documented
@Constraint(validatedBy={})
public @interface AssertFalse
The annotated element must be false.
 Supported types are 
boolean and Boolean.
 
 null elements are considered valid.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines severalAssertFalseannotations on the same element. - 
Optional Element Summary
Optional Elements