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 class Validations for the existing validation types applicable to SCIM attributes/subattributes.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Validations value
      Specifies a Validations object