Before documenting the intended semantics in #35584, we should align the default @EnableAsync order with the default @EnableResilientMethods order: with the latter being LOWEST_PRECEDENCE - 1 for the former's LOWEST_PRECEDENCE to come afterwards (invocation-wise, meaning that @Async applies first, then @Retryable).