I read xml files with JAXB. I have the following structure
I have the following model<
You should just have the following without the @XmlElement annotation:
@XmlElement
@XmlRootElement class A{ @XmlPath("B/@value") String b; }