Annotation Type WithBeanView
-
@Target(METHOD) @Retention(RUNTIME) @Inherited @Documented public @interface WithBeanView
Annotation used actually only in spring web integrationGensonMessageConverterto indicate at runtime what BeanView must be used. Its intended to be used in conjunction with springs @ResponseBody/@RequestBody and @RequestMapping annotations.- Author:
- Eugen Cepoi