Annotation Interface AutoConfigureMockWebServiceClient
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureMockWebServiceClient
Annotation that can be applied to a test class to enable auto-configuration of
MockWebServiceClient
.- Since:
- 2.6.0
- Author:
- Daniil Razorenov