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.
 

Annotation Types Summary
Attribute Bean metadata annotation.
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.
Meta Bean metadata annotation.
 

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-2007 Spring Framework. All Rights Reserved.