Is there any reason why some document elements are wrapped by an JAXBElement instance and others are not?
For example, the content list of the Body class may contain JAXBElement<Tbl> (instead of just Tbl) but directly containing P elements (instead of JAXBElement<P>).
And one other question: Is the docx4j library under active development process or will there be changes only if bugs are detected?