Package org.springframework.config.java.annotation

Java configuration annotations.

See:
          Description

Enum Summary
DependencyCheck Annotation representing a Spring IoC dependency check status.
Lazy Lazy instantiation options.
Primary Signifies Beans as primary for disambiguation when looking up beans by type.
 

Annotation Types Summary
AutoBean Annotation used to indicate a bean that is automatically instantiated (using the default constructor) and autowired.
Bean Annotation to be applied to methods that create beans in a Spring context.
Configuration Annotation for a configuration class.
ExternalBean Annotation used to indicate an external bean, that must be supplied by the environment.
ExternalValue Annotation used to identify an external value on a method
Import Annotation for importing other Configuration classes.
Meta Bean metadata annotation.
ResourceBundles Annotation used to identify resource paths to use to resolve properties.
 

Package org.springframework.config.java.annotation Description

Java configuration annotations.

This package contains the annotations used for tagging the Java code used for creating Spring configurations. The most important annotations are @Configuration used for indicating a configuration class and @Bean for bean creation and configuration.



Copyright � 2005-2008 Spring Framework. All Rights Reserved.