Annotation Type WithBeanView


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface WithBeanView
    Annotation used actually only in spring web integration GensonMessageConverter to 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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends BeanView<?>>[] views