@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Retry
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends RetryAcceptor> |
acceptor |
Property[] |
properties |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
retries |
public abstract Class<? extends RetryAcceptor> acceptor
public abstract Property[] properties