Class BeanDefinitionRegistryPostProcessorSupport

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.BeanDefinitionRegistryPostProcessorSupport
All Implemented Interfaces:
BeanFactoryPostProcessor, BeanDefinitionRegistryPostProcessor

public abstract class BeanDefinitionRegistryPostProcessorSupport extends Object implements BeanDefinitionRegistryPostProcessor
The BeanDefinitionRegistryPostProcessorSupport is an abstract class supporting the implementation of the Spring BeanDefinitionRegistryPostProcessor interface.
Since:
2.0.0
Author:
John Blum
See Also: