We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because ServiceAnnotationBeanPostProcessorsometimes works prior to BeanNameAutoProxyCreator as below:
ServiceAnnotationBeanPostProcessor
BeanNameAutoProxyCreator
Both ServiceAnnotationBeanPostProcessor and BeanNameAutoProxyCreator implement org.springframework.core.Ordered , the order of them are random.
org.springframework.core.Ordered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because
ServiceAnnotationBeanPostProcessor
sometimes works prior toBeanNameAutoProxyCreator
as below:Both
ServiceAnnotationBeanPostProcessor
andBeanNameAutoProxyCreator
implementorg.springframework.core.Ordered
, the order of them are random.The text was updated successfully, but these errors were encountered: