| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.beans.factory.annotation | |
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| 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 @Autowiredannotation. | 
| 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.4 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. | 
| Classes in org.springframework.beans.factory.annotation used by org.springframework.beans.factory.annotation | |
|---|---|
| AnnotatedBeanDefinition Extended BeanDefinitioninterface that exposesAnnotationMetadataabout 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.InjectedElement | |
| Classes in org.springframework.beans.factory.annotation used by org.springframework.context.annotation | |
|---|---|
| AnnotatedBeanDefinition Extended BeanDefinitioninterface that exposesAnnotationMetadataabout its bean class - without requiring the class to be loaded yet. | |
| InitDestroyAnnotationBeanPostProcessor BeanPostProcessorimplementation
 that invokes annotated init and destroy methods. | |
| InjectionMetadata.InjectedElement | |
| Classes in org.springframework.beans.factory.annotation used by org.springframework.ejb.interceptor | |
|---|---|
| AutowiredAnnotationBeanPostProcessor BeanPostProcessorimplementation
 that autowires annotated fields, setter methods and arbitrary config methods. | |
| Classes in org.springframework.beans.factory.annotation used by org.springframework.test.context.junit38 | |
|---|---|
| Autowired Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities. | |
| Classes in org.springframework.beans.factory.annotation used by org.springframework.test.context.junit4 | |
|---|---|
| Autowired Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities. | |
| Classes in org.springframework.beans.factory.annotation used by org.springframework.test.context.testng | |
|---|---|
| Autowired Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||