Annotation Interface ArgumentVerification
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSpecifys whether the parameter is a dto.The list of rights to be verifyed.
-
Element Details
-
name
String nameThe parameter's name (as set with)invalid reference
Named -
isDto
boolean isDtoSpecifys whether the parameter is a dto.- Default:
false
-
verify
RightsVerification[] verifyThe list of rights to be verifyed.- Default:
{}
-
parentChecks
RightsVerification[] parentChecks- Default:
{}
-