spring icon indicating copy to clipboard operation
spring copied to clipboard

why not override postProcessBeanDefinition method in ClassPathMapperScanner

Open spilledyear opened this issue 1 year ago • 0 comments

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

image

spilledyear avatar Nov 10 '23 06:11 spilledyear