Class IntegrationComponentScanRegistrar

java.lang.Object
org.springframework.integration.config.IntegrationComponentScanRegistrar
All Implemented Interfaces:
Aware, ImportBeanDefinitionRegistrar, EnvironmentAware, ResourceLoaderAware

public class IntegrationComponentScanRegistrar
extends Object
implements ImportBeanDefinitionRegistrar, ResourceLoaderAware, EnvironmentAware
ImportBeanDefinitionRegistrar implementation to scan and register Integration specific components.
Since:
4.0
Author:
Artem Bilan, Gary Russell