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