Uses of Class
org.springframework.config.java.annotation.Configuration

Packages that use Configuration
org.springframework.config.java.process Processing package. 
org.springframework.config.java.support Java configuration support package. 
 

Uses of Configuration in org.springframework.config.java.process
 

Methods in org.springframework.config.java.process with parameters of type Configuration
static void ProcessUtils.copyAttributes(java.lang.String beanName, Bean beanAnnotation, Configuration configuration, org.springframework.beans.factory.support.RootBeanDefinition rbd, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
          Create the bean definition based on the annotation properties.
 

Uses of Configuration in org.springframework.config.java.support
 

Classes in org.springframework.config.java.support with annotations of type Configuration
 class ConfigurationSupport
          Convenient base class for Configurations, allowing easy lookup of beans in the owning factory
 



Copyright © 2005-2007 Spring Framework. All Rights Reserved.