Uses of Annotation Interface
org.springframework.stereotype.Controller
Packages that use Controller
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of Controller in org.springframework.web.bind.annotation
Classes in org.springframework.web.bind.annotation with annotations of type ControllerModifier and TypeClassDescription@interface
A convenience annotation that is itself annotated with@Controller
and@ResponseBody
.