Annotation Interface ConditionalOnDashScopeEnabled
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ConditionalOnProperty(value="spring.ai.dashscope.enabled",
matchIfMissing=true)
public @interface ConditionalOnDashScopeEnabled
Provides a more succinct conditional
spring.ai.dashscope.enabled- Author:
- yuhuangbin