@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface PactUrl
pact loader| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
urls |
| Modifier and Type | Optional Element and Description |
|---|---|
Authentication |
auth
Authentication to use, if needed.
|
public abstract Authentication auth