Merge branch '2.1.x'

This commit is contained in:
Marcin Grzejszczak
2019-08-23 16:41:33 +02:00
5 changed files with 20 additions and 10 deletions

View File

@@ -19,12 +19,12 @@ package org.springframework.cloud.contract.verifier.config.framework;
import java.util.List;
/**
* @deprecated appropriate implementations of <code>org.springframework.cloud.contract.verifier.builder.Visitor</code>
* should be used instead.
* @deprecated appropriate implementations of
* <code>org.springframework.cloud.contract.verifier.builder.Visitor</code> should be used
* instead.
*
* Defines elements characteristic of a given test framework to be used during test class
* construction.
*
* @author Olga Maciaszek-Sharma
* @since 2.1.0
*/