Package jakarta.validation.executable


package jakarta.validation.executable
Package related to the control and execution of executable validation. Use ValidateOnExecution to control whether or not a (set of) constructors or methods are being validated.
  • Class
    Description
    Defines the types of executables targeted by an operation.
    Validates parameters and return values of methods and constructors.
    Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.