@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Pact
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
consumer
name of the consumer
|
java.lang.String |
provider
name of the provider
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
state
Deprecated.
Provider state should be defined on the interactions
|