Annotation Type VersionSelector
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface VersionSelectorUsed to specify which versions to use when querying the Pact matrix.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringconsumerConsumer name to fetch pacts for.java.lang.StringfallbackTagIf a pact for the specified tag does not exist, then use this tag as a fallback.java.lang.Stringlatest"true" to fetch the latest version of the pact, or "false" to fetch all versionsjava.lang.StringtagTags to use to fetch pacts for.
-