Commit 65ccb514 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.2.x' into 2.3.x

Closes gh-22910
parents 13819295 4f65f2e9
...@@ -41,12 +41,16 @@ import org.springframework.test.web.servlet.MockMvc; ...@@ -41,12 +41,16 @@ import org.springframework.test.web.servlet.MockMvc;
* <p> * <p>
* Allows configuration of the output directory and the host, scheme, and port of * Allows configuration of the output directory and the host, scheme, and port of
* generated URIs. When further configuration is required a * generated URIs. When further configuration is required a
* {@link RestDocsMockMvcConfigurationCustomizer} bean can be used. * {@link RestDocsMockMvcConfigurationCustomizer},
* {@link RestDocsWebTestClientConfigurationCustomizer}, or
* {@link RestDocsRestAssuredConfigurationCustomizer} bean can be used.
* *
* @author Andy Wilkinson * @author Andy Wilkinson
* @since 1.4.0 * @since 1.4.0
* @see RestDocsAutoConfiguration * @see RestDocsAutoConfiguration
* @see RestDocsMockMvcConfigurationCustomizer * @see RestDocsMockMvcConfigurationCustomizer
* @see RestDocsWebTestClientConfigurationCustomizer
* @see RestDocsRestAssuredConfigurationCustomizer
*/ */
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment