Package xyz.haff.aspektoj.annotations
Annotation Type Retryable
Indicates that a method is to be retried if any of the exceptions in the `exceptions` parameter is thrown.
The `times` parameter defines the number of times to retry
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
exceptions
-
-
-
times
int times- Default:
- 1
-