Annotation Interface AutoConfigureWebServiceServer
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureWebServiceServer
Annotation that can be applied to a test class to enable and configure
auto-configuration of web service servers endpoints.
- Since:
- 2.6.0
- Author:
- Daniil Razorenov