批注接口 AutoConfigureJsonTesters


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @AutoConfigureJson @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.
从以下版本开始:
1.4.0
作者:
Phillip Webb