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 classValidationsfor the existing validation types applicable to SCIM attributes/subattributes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ValidationsvalueSpecifies aValidationsobject
-
-
-
Element Detail
-
value
Validations value
Specifies aValidationsobject- Returns:
- Validation object
-
-