@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,PARAMETER}) public @interface Inside
在对象或字段属性上可以使用,表示遇到校验器遇到该对象时,会尝试校验对象内部的所有字段
Copyright © 2019. All rights reserved.