@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface HandleBeanView
Annotated Serializer/Deserializer/Converter will be excluded from the BeanView mechanism.
Most default converters are annotated with HandleBeanView (IntegerConverter, BooleanConverter etc).
- Author:
- eugen
- See Also:
BeanViewConverter