docs 优化工作流自定义条件注解注释

master
AprilWind 7 months ago
parent 777ae645c5
commit 1a12aecd49

@ -7,6 +7,21 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* <p>
* `warm-flow.enabled=true` Spring
* <p>
*
* <pre>
* warm-flow:
* enabled: true # true
* </pre>
* <p>
* 使
*
* @author Lion Li
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE, ElementType.METHOD })
@ConditionalOnProperty(value = "warm-flow.enabled", havingValue = "true")

Loading…
Cancel
Save