Uses of Package
org.springframework.beans.factory.annotation
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Configuration support for WebSocket messaging using higher level messaging protocols.
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
with TestNG.
Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
Support for annotation-based WebSocket setup in configuration classes.
-
ClassDescriptionExtended
BeanDefinition
interface that exposesAnnotationMetadata
about its bean class - without requiring the class to be loaded yet.Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection.Marks a class as being eligible for Spring-driven configuration.Internal class for managing injection metadata.A single injected element. -
ClassDescriptionExtended
BeanDefinition
interface that exposesAnnotationMetadata
about its bean class - without requiring the class to be loaded yet.Marks a constructor, field, setter method, or config method as to be autowired by Spring's dependency injection facilities.BeanPostProcessor
implementation that invokes annotated init and destroy methods.A single injected element.AutowireCandidateResolver
implementation that matches bean definition qualifiers againstqualifier annotations
on the field or parameter to be autowired. -
ClassDescriptionThis annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring.
-
ClassDescriptionMarks a constructor, field, setter method, or config method as to be autowired by Spring's dependency injection facilities.
-
ClassDescriptionMarks a constructor, field, setter method, or config method as to be autowired by Spring's dependency injection facilities.
-
-
-