Uses of Package
org.springframework.stereotype
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Annotations denoting the roles of types or methods in the overall architecture
(at a conceptual, rather than implementation, level).
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
-
-
ClassDescriptionIndicates that an annotated class is a "component".Indicates that an annotated class is a "Controller" (e.g.