@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface IfFailure
| Modifier and Type | Required Element and Description |
|---|---|
FailurePolicy |
value
Returns the intent action to perform if the annotated method does not execute
successfully (expressed by a faulty error code or an exception thrown).
|
public abstract FailurePolicy value
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.