批注接口 ConditionalOnThreading


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(org.springframework.boot.autoconfigure.condition.OnThreadingCondition.class) public @interface ConditionalOnThreading
@Conditional that matches when the specified threading is active.
从以下版本开始:
3.2.0
作者:
Moritz Halbritter
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The threading that must be active.
  • 元素详细资料

    • value

      Threading value
      The threading that must be active.
      返回:
      the expected threading