Annotation Interface LegacyChecks
Annotation to handle legacy validators tests in order to map them to the new ICheck-based mechanizm.
This annotation is applied to he legacy validator classes.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionPrefix to be used in generation of the check ID by method nameboolean
Defines the value indicating whether the check will include top object.The top object class name.
-
Element Details
-
checkIdPrefix
String checkIdPrefixPrefix to be used in generation of the check ID by method name- Returns:
- the check id prefix, cannot be
null
- Default:
- ""
-
topObject
String topObjectThe top object class name. Defines the top object class name to be used in validation. May be overridden by the method annotationLegacyCheck
value if provided- Returns:
- the top object class name, cannot be
null
, can be empty
- Default:
- ""
-
includeTop
boolean includeTopDefines the value indicating whether the check will include top object. May be overridden by the method annotationLegacyCheck
value if provided- Returns:
- include top value, cannot be
null
- Default:
- true
-