Annotation Interface AutoConfigureJsonTesters


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.jsontesters") public @interface AutoConfigureJsonTesters
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
Since:
1.4.0
Author:
Phillip Webb