Would be good to have a @ConditionalOnPlatformThreads which is the negation of @ConditionalOnVirtualThreads.

Comment From: mhalbritter

After some consideration, we now use @ConditionalOnThreading(Threading.PLATFORM) for platform threads and @ConditionalOnThreading(Threading.VIRTUAL) for virtual threads.