Annotation Type ConditionalOnDubboTracingEnable
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Inherited
@Documented
@ConditionalOnProperty(prefix="dubbo.tracing",
name="enabled")
public @interface ConditionalOnDubboTracingEnable
Checks whether tracing is enabled.
It matches if the value of the
dubbo.tracing.enabled property is true or if it
is not configured.- Since:
- 3.2.0