Package xyz.haff.aspektoj.annotations
Annotation Type Retryable
Indicates that a method is to be retried if some exception occurs during its execution
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
exceptions
- Returns:
- Array of exceptions that indicate that the method can be retried
-
-
-
times
int times- Returns:
- Maximum number of retries to do, anything above this and the exception is just propagated
- Default:
- 1
-