Class NoOpBeanFactoryPostProcessor

java.lang.Object
org.springframework.data.gemfire.support.NoOpBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public final class NoOpBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
The NoOpBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor implementation that performs no operation.
Since:
1.0.0
See Also:
  • BeanFactoryPostProcessor
  • ConfigurableListableBeanFactory
  • Field Details

  • Method Details

    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
      Throws:
      org.springframework.beans.BeansException