@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface VersionSelector
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
consumer
Consumer name to fetch pacts for.
|
java.lang.String |
fallbackTag
If a pact for the specified tag does not exist, then use this tag as a fallback.
|
java.lang.String |
latest
"true" to fetch the latest version of the pact, or "false" to fetch all versions
|
java.lang.String |
tag
Tags to use to fetch pacts for.
|
public abstract java.lang.String tag
public abstract java.lang.String latest