Hi everyone!
I know for @XmlTransient annotation, but sometimes I need this element and in other use cases I really have to prevent it from unmarshaling, because it contains base64 text. So I need to exclude it because performance problems.
Is there any way to dynamicly exclude one element from unmarshaling with JAXB?