{title:'@BeanIgnore Annotation'}
The {@link oaj.annotation.BeanIgnore @BeanIgnore} annotation is used to ignore classes, fields, and methods from being interpreted as beans or bean components.
When applied to classes, objects will be converted to strings even though they look like beans.
|
When applied to fields and getters/setters, they will be ignored as bean properties.
|