Annotation Type Validator
-
@Retention(RUNTIME) @Target(FIELD) public @interface Validator
Annotation employed to associate a property of a SCIM resource with a concrete validation that should be applied on it. See enumeration classValidations
for the existing validation types applicable to SCIM attributes/subattributes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Validations
value
Specifies aValidations
object
-
-
-
Element Detail
-
value
Validations value
Specifies aValidations
object- Returns:
- Validation object
-
-