Annotation Interface ConditionalOnDebugMode
@Inherited
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Conditional(ConditionalOnDebugModeCondition.class)
public @interface ConditionalOnDebugMode
在trace或debug模式下生效
- 从以下版本开始:
- 1.3.0
- 作者:
- 应卓
- 另请参阅:
-
IsTraceOrDebugModeEnvironmentApplicationArguments
-
可选元素概要
可选元素
-
元素详细资料
-
traceAsDebug
boolean traceAsDebug- 默认值:
- true
-