Package org.springframework.config.java.support

Java configuration support package.

See:
          Description

Interface Summary
BytecodeConfigurationEnhancer Decorate the given configuration class for usage inside Spring application context.
EnhancerMethodInvoker Invoking interface for bypassing the decorated class.
 

Class Summary
BeanNameTrackingDefaultListableBeanFactory BeanFactory which keeps track of getBean() calls.
ConfigurationSupport Convenient base class for Configurations, allowing easy lookup of beans in the owning factory
MethodBeanWrapper Wrapper for the result returned by the method backing a bean instance.
 

Package org.springframework.config.java.support Description

Java configuration support package.
Classes provided the core functionality for annotation based configuration.



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