mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
42874178ce
This commit clarifies that the annotation is used to capture events that are fired from the test `Thread` or descendant threads, since the test framework uses `InheritableThreadLocal` to store captured events now. See gh-31079 See gh-30020