@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface IgnoreNoPactsToVerify
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
ignoreIoErrors
Boolean flag to indicate that IO errors should also be ignored
|