@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ServiceCheck
校验过程中发生任何异常(比如空指针异常),给上层返回的应答都应该是业务失败。 因为在校验阶段即没有真正执行业务,又没有保存任何数据
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.