All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper Maven / Gradle / Ivy

The newest version!
package com.ctrip.framework.apollo.spring.spi;

import com.ctrip.framework.apollo.core.spi.Ordered;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;

public interface ConfigPropertySourcesProcessorHelper extends Ordered {

  void postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry) throws BeansException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy