Package org.springframework.config.java.support

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

See:
          Description

Class Summary
ConfigurationSupport Convenient base class for Configurations, allowing easy lookup of beans in the owning factory as well as other services.
 

Exception Summary
FactoryBeanObjectCreationException Unchecked exception thrown by ConfigurationSupport.getObject(FactoryBean) in the event that the underlying FactoryBean.getObject() method throws an exception.
 

Package org.springframework.config.java.support Description

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