org.springframework.jee.inject
Class BeanDefinitionAnnotationComponentContributor
java.lang.Object
org.springframework.jee.inject.ChainedProcessorsComponentContributor
org.springframework.jee.inject.BeanDefinitionAnnotationComponentContributor
- All Implemented Interfaces:
- ComponentContributor
public class BeanDefinitionAnnotationComponentContributor
- extends ChainedProcessorsComponentContributor
Default ComponentContributor. Requires bean definitions to be registered
before contributing.
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDefinitionAnnotationComponentContributor
public BeanDefinitionAnnotationComponentContributor(DeploymentUnitMetadataI deploymentUnitMetadata)
register
public void register(String beanName,
AbstractBeanDefinition bd)
registerMap
public void registerMap(Map<String,AbstractBeanDefinition> definitionMap)
contribute
public void contribute(EnricherI enricher)
- Description copied from interface:
ComponentContributor
- Contribute metadata.
- Parameters:
enricher
- object to use to attach or enrich metadata
getMetadata
public Jsr250MetadataI getMetadata(String componentName)
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.