Package org.springframework.config.java.listener

Java configuration annotation listeners.

See:
          Description

Interface Summary
ConfigurationListener SPI interface that allows extension of a ConfigurationProcessor.
 

Class Summary
AutoBeanConfigurationListener Configuration listener that registers autowired bean definitions in the factory for @AutoBean methods.
ConfigurationListener.BeanDefinitionRegistration Class to hold BeanDefinition, name and any other information, to allow configuration listeners to customize the registration, change its name, etc.
ConfigurationListenerSupport Convenient base class for implementation of the ConfigurationListener interface, offer no op implementations of all methods.
 

Package org.springframework.config.java.listener Description

Java configuration annotation listeners.
This package provides the core functionality through listeners which can interpret the JavaConfig annotations and their context.



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