标签: java jersey-2.0 hk2
我一直在挖掘,看起来它不支持在田地上做AOP。我查看了示例here,但InterceptionService似乎不支持FieldInterceptor。我希望使用自定义字段注释进行一些简单的bean验证。
public Response createCustomer(@Validated final Customer customer) throws ProviderException { }
答案 0 :(得分:1)
HK2目前不支持现场拦截。如果您希望我们添加它,请发布请求here