Annotation Type HandleBeanView
-
@Target(TYPE) @Retention(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 Cepoi
- See Also:
BeanViewConverter