postProcess metodu
İmzası şöyle.
İmzası şöyle.
@Component
public class MyPostProcessor implements BeanDefinitionRegistryPostProcessor {
  @Override
  public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
  throws BeansException {
    ...
  }
} 
Hiç yorum yok:
Yorum Gönder