@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Import(value=RetryConfiguration.class) @Documented public @interface Recover
@Retryable
method to recover from.
The Throwable first argument is optional (but a method without it will only be called
if no others match). Subsequent arguments are populated from the argument list of the
failed method in order.Copyright © 2018 SpringSource. All rights reserved.