-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.Boolean.class, validatorClass=AssertFalseConstraintValidator.class) @SelfDocumented public @interface AssertFalse
The annotated element must be false.- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows to disable validation rule if validation inherited from super class.
-