Uses of Package
org.springframework.web.method.annotation
Packages that use org.springframework.web.method.annotation
Package
Description
Support classes for annotation-based handler method processing.
-
Classes in org.springframework.web.method.annotation used by org.springframework.web.method.annotationClassDescriptionAbstract base class for resolving method arguments from a named value.Represents the information about a named value, including name, whether it's required and a default value.Contract to handle validation results with callbacks by controller method parameter type, with
HandlerMethodValidationException.Visitor.other(org.springframework.validation.method.ParameterValidationResult)
serving as the fallthrough.Manages controller-specific session attributes declared via@SessionAttributes
.