Annotation Interface ArgumentVerification


@Retention(RUNTIME) @Target(TYPE) public @interface ArgumentVerification
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The parameter's name (as set with
    invalid reference
    Named
    )
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Specifys whether the parameter is a dto.
     
    The list of rights to be verifyed.
  • Element Details

    • name

      String name
      The parameter's name (as set with
      invalid reference
      Named
      )
    • isDto

      boolean isDto
      Specifys whether the parameter is a dto.
      Default:
      false
    • verify

      The list of rights to be verifyed.
      Default:
      {}
    • parentChecks

      RightsVerification[] parentChecks
      Default:
      {}