The Spring Framework

Package org.springframework.beans.factory.annotation

Support package for annotation-driven bean configuration.

See:
          Description

Class Summary
AnnotationBeanWiringInfoResolver BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
RequiredAnnotationBeanPostProcessor A BeanFactoryPostProcessor implementation that ensures that JavaBean properties on beans that are marked with an (arbitrary) Annotation are actually (configured to be) dependency-injected with a value.
 

Enum Summary
Autowire Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection.
 

Annotation Types Summary
Configurable Marks a class as being eligible for Spring-driven configuration.
Required Marks a method (typically a JavaBean setter method) as being 'required' (i.e. the (setter) method must be configured to be dependency injected with a value).
 

Package org.springframework.beans.factory.annotation Description

Support package for annotation-driven bean configuration.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.