我正在寻找一个基于注释的验证框架,这将允许我验证参数值.类似以下内容:
void someMethod(@NotBlank String foo,@NotEmpty Collection bar,@Positive Integer baz,@NotNull Object obj) { }