代码优化

This commit is contained in:
rain
2024-01-30 15:59:57 +08:00
parent bed132b25a
commit 3565045d54

View File

@@ -12,12 +12,12 @@ import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Deprecated
/**
* This class has been deprecated due to its only component retry function. Please use the retry method in the EL expression.
* @Deprecated
* @see # retry(int retryTimes) e.g. THEN( a, b.retry(3) ); WHEN( a, b ).retry(3);
*/
@Deprecated
public @interface LiteflowRetry {
@LFAliasFor("retry")