@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited public @interface LiteflowRetry
Class<? extends Exception>[]
forExceptions
int
retry
value
@AliasFor(value="retry") public abstract int value
@AliasFor(value="value") public abstract int retry
public abstract Class<? extends Exception>[] forExceptions
Copyright © 2023. All rights reserved.