All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.validation.method.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.13
Show newest version
/**
 * Abstractions and support classes for method validation, independent of the
 * underlying validation library.
 *
 * 

The main abstractions: *

    *
  • {@link org.springframework.validation.method.MethodValidator} to apply * method validation, and return or handle the results. *
  • {@link org.springframework.validation.method.MethodValidationResult} and * related types to represent the results. *
  • {@link org.springframework.validation.method.MethodValidationException} * to expose method validation results. *
*/ @NonNullApi @NonNullFields package org.springframework.validation.method; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy