This commit is contained in:
Marcin Grzejszczak
2016-12-06 23:36:27 +01:00
committed by Marcin Grzejszczak
parent d69670db68
commit 3e90c1ab9d
6 changed files with 7 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ package org.springframework.cloud.contract.spec
* @param <T> - type to which we want to convert the contract
*
* @author Marcin Grzejszczak
* @since 1.0.3
* @since 1.1.0
*/
public interface ContractConverter<T> {