Package | Description |
---|---|
org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
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.ejb.interceptor |
Support classes for EJB 3 Session Beans and Message-Driven Beans,
performing injection of Spring beans through an EJB 3 interceptor
that processes Spring's
@Autowired annotation. |
org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Class and Description |
---|
AnnotatedBeanDefinition
Extended
BeanDefinition
interface that exposes AnnotationMetadata
about its bean class - without requiring the class to be loaded yet. |
Autowire
Enumeration determining autowiring status: that is, whether a bean should
have its dependencies automatically injected by the Spring container using
setter injection.
|
Configurable
Marks a class as being eligible for Spring-driven configuration.
|
InjectionMetadata
Internal class for managing injection metadata.
|
InjectionMetadata.InjectedElement |
Class and Description |
---|
AnnotatedBeanDefinition
Extended
BeanDefinition
interface that exposes AnnotationMetadata
about its bean class - without requiring the class to be loaded yet. |
InitDestroyAnnotationBeanPostProcessor
BeanPostProcessor implementation
that invokes annotated init and destroy methods. |
InjectionMetadata.InjectedElement |
Class and Description |
---|
AutowiredAnnotationBeanPostProcessor
BeanPostProcessor implementation
that autowires annotated fields, setter methods and arbitrary config methods. |
Class and Description |
---|
Autowired
Marks a constructor, field, setter method or config method as to be
autowired by Spring's dependency injection facilities.
|
Class and Description |
---|
Autowired
Marks a constructor, field, setter method or config method as to be
autowired by Spring's dependency injection facilities.
|
Class and Description |
---|
Autowired
Marks a constructor, field, setter method or config method as to be
autowired by Spring's dependency injection facilities.
|
Class and Description |
---|
Autowired
Marks a constructor, field, setter method or config method as to be
autowired by Spring's dependency injection facilities.
|
Copyright © 2015. All rights reserved.