spring
spring copied to clipboard
why not override postProcessBeanDefinition method in ClassPathMapperScanner
in ClassPathMapperScanner#doScan method, will invoke super#doScan method first,then invoke ClassPathMapperScanner#processBeanDefinitions method. why not override super#postProcessBeanDefinition method?