spring-framework / org.springframework.scheduling.annotation / EnableAsync / order

order

val order: Int

Indicate the order in which the AsyncAnnotationBeanPostProcessor should be applied.

The default is Ordered#LOWEST_PRECEDENCE in order to run after all other post-processors, so that it can add an advisor to existing proxies rather than double-proxy.